Shades of Brilliant Rose #E04CAA
Tints of Brilliant Rose #E04CAA
RGB
CMYK
RGB Variations
Color information
#E04CAA (or 0xE04CAA) is known color: Brilliant Rose. HEX triplet: E0, 4C and AA. RGB value is (224,76,170). Sum of RGB (Red+Green+Blue) = 224+76+170=470 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.66% from 470); Green value is 76 (30.08% from 255 or 16.17% from 470); Blue value is 170 (66.80% from 255 or 36.17% from 470); Max value from RGB is 224 - color contains mainly: red. Hex color #E04CAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E04CAA is #1FB355. Grayscale: #828282. Windows color (decimal): -2077526 or 11160800. OLE color: 11160800.
HSL color Cylindrical-coordinate representation of color #E04CAA: hue angle of 321.89º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E04CAA is Cyan = 0, Magento = 0.66, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 76 | 170 | - |
| CMYK | 0 | 0.66 | 0.24 | 0.12 |
| HSL | 321.89º | 0.7% | 0.59% | - |
| HSV(B) | 321.89º | 0.66% | 0.88% | - |
| XYZ | 40.58 | 23.92 | 40.51 | - |
| YUV | 130.97 | 150.03 | 194.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 76 | 170 | 0 | 0.66 | 0.24 | 0.12 | 321.89 | 0.7 | 0.59 |
| Hex | E0 | 4C | AA | 0 | 42 | 18 | C | 142 | 46 | 3B |
| Octal | 340 | 114 | 252 | 0 | 102 | 30 | 14 | 502 | 106 | 73 |
| Binary | 11100000 | 1001100 | 10101010 | 0 | 1000010 | 11000 | 1100 | 101000010 | 1000110 | 111011 |
Color Harmonies of #E04CAA
Complementary color
Monochromatic Colors of #E04CAA
Black with #E04CAA
Text Example
Text Example
White with #E04CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04CAA; }
p { color: rgb(224,76,170); }
H1.HeaderClassName
{
color: #E04CAA;
}
.AnyTagClassName
{
color: #E04CAA;
}
</style>
background-color css
<style>
a { background-color: #E04CAA; }
a { background-color: rgb(224,76,170); }
div.DivClassName
{
background-color: #E04CAA;
}
.BgClassName
{
background-color: #E04CAA;
}
</style>
border-color css
<style>
span { border-color: #E04CAA; }
span { border-color: rgb(224,76,170); }
td.TdClassName
{
border-color: #E04CAA;
}
.TagClassName
{
border-color: #E04CAA;
}
</style>