Shades of Brilliant Rose #E04EAC
Tints of Brilliant Rose #E04EAC
RGB
CMYK
RGB Variations
Color information
#E04EAC (or 0xE04EAC) is known color: Brilliant Rose. HEX triplet: E0, 4E and AC. RGB value is (224,78,172). Sum of RGB (Red+Green+Blue) = 224+78+172=474 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.26% from 474); Green value is 78 (30.86% from 255 or 16.46% from 474); Blue value is 172 (67.58% from 255 or 36.29% from 474); Max value from RGB is 224 - color contains mainly: red. Hex color #E04EAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E04EAC is #1FB153. Grayscale: #848484. Windows color (decimal): -2077012 or 11292384. OLE color: 11292384.
HSL color Cylindrical-coordinate representation of color #E04EAC: hue angle of 321.37º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E04EAC is Cyan = 0, Magento = 0.65, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 78 | 172 | - |
| CMYK | 0 | 0.65 | 0.23 | 0.12 |
| HSL | 321.37º | 0.7% | 0.59% | - |
| HSV(B) | 321.37º | 0.65% | 0.88% | - |
| XYZ | 40.91 | 24.27 | 41.56 | - |
| YUV | 132.37 | 150.37 | 193.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 78 | 172 | 0 | 0.65 | 0.23 | 0.12 | 321.37 | 0.7 | 0.59 |
| Hex | E0 | 4E | AC | 0 | 41 | 17 | C | 141 | 46 | 3B |
| Octal | 340 | 116 | 254 | 0 | 101 | 27 | 14 | 501 | 106 | 73 |
| Binary | 11100000 | 1001110 | 10101100 | 0 | 1000001 | 10111 | 1100 | 101000001 | 1000110 | 111011 |
Color Harmonies of #E04EAC
Complementary color
Monochromatic Colors of #E04EAC
Black with #E04EAC
Text Example
Text Example
White with #E04EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04EAC; }
p { color: rgb(224,78,172); }
H1.HeaderClassName
{
color: #E04EAC;
}
.AnyTagClassName
{
color: #E04EAC;
}
</style>
background-color css
<style>
a { background-color: #E04EAC; }
a { background-color: rgb(224,78,172); }
div.DivClassName
{
background-color: #E04EAC;
}
.BgClassName
{
background-color: #E04EAC;
}
</style>
border-color css
<style>
span { border-color: #E04EAC; }
span { border-color: rgb(224,78,172); }
td.TdClassName
{
border-color: #E04EAC;
}
.TagClassName
{
border-color: #E04EAC;
}
</style>