Shades of Brilliant Rose #E34CA3
Tints of Brilliant Rose #E34CA3
RGB
CMYK
RGB Variations
Color information
#E34CA3 (or 0xE34CA3) is known color: Brilliant Rose. HEX triplet: E3, 4C and A3. RGB value is (227,76,163). Sum of RGB (Red+Green+Blue) = 227+76+163=466 (61% of max value = 765). Red value is 227 (89.06% from 255 or 48.71% from 466); Green value is 76 (30.08% from 255 or 16.31% from 466); Blue value is 163 (64.06% from 255 or 34.98% from 466); Max value from RGB is 227 - color contains mainly: red. Hex color #E34CA3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E34CA3 is #1CB35C. Grayscale: #828282. Windows color (decimal): -1880925 or 10702051. OLE color: 10702051.
HSL color Cylindrical-coordinate representation of color #E34CA3: hue angle of 325.43º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E34CA3 is Cyan = 0, Magento = 0.67, Yellow = 0.28 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 76 | 163 | - |
| CMYK | 0 | 0.67 | 0.28 | 0.11 |
| HSL | 325.43º | 0.73% | 0.59% | - |
| HSV(B) | 325.43º | 0.67% | 0.89% | - |
| XYZ | 40.87 | 24.14 | 37.16 | - |
| YUV | 131.07 | 146.03 | 196.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 76 | 163 | 0 | 0.67 | 0.28 | 0.11 | 325.43 | 0.73 | 0.59 |
| Hex | E3 | 4C | A3 | 0 | 43 | 1C | B | 145 | 49 | 3B |
| Octal | 343 | 114 | 243 | 0 | 103 | 34 | 13 | 505 | 111 | 73 |
| Binary | 11100011 | 1001100 | 10100011 | 0 | 1000011 | 11100 | 1011 | 101000101 | 1001001 | 111011 |
Color Harmonies of #E34CA3
Complementary color
Monochromatic Colors of #E34CA3
Black with #E34CA3
Text Example
Text Example
White with #E34CA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E34CA3; }
p { color: rgb(227,76,163); }
H1.HeaderClassName
{
color: #E34CA3;
}
.AnyTagClassName
{
color: #E34CA3;
}
</style>
background-color css
<style>
a { background-color: #E34CA3; }
a { background-color: rgb(227,76,163); }
div.DivClassName
{
background-color: #E34CA3;
}
.BgClassName
{
background-color: #E34CA3;
}
</style>
border-color css
<style>
span { border-color: #E34CA3; }
span { border-color: rgb(227,76,163); }
td.TdClassName
{
border-color: #E34CA3;
}
.TagClassName
{
border-color: #E34CA3;
}
</style>