Shades of Brilliant Rose #E04CA6
Tints of Brilliant Rose #E04CA6
RGB
CMYK
RGB Variations
Color information
#E04CA6 (or 0xE04CA6) is known color: Brilliant Rose. HEX triplet: E0, 4C and A6. RGB value is (224,76,166). Sum of RGB (Red+Green+Blue) = 224+76+166=466 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.07% from 466); Green value is 76 (30.08% from 255 or 16.31% from 466); Blue value is 166 (65.23% from 255 or 35.62% from 466); Max value from RGB is 224 - color contains mainly: red. Hex color #E04CA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E04CA6 is #1FB359. Grayscale: #828282. Windows color (decimal): -2077530 or 10898656. OLE color: 10898656.
HSL color Cylindrical-coordinate representation of color #E04CA6: hue angle of 323.51º 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 #E04CA6 is Cyan = 0, Magento = 0.66, Yellow = 0.26 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 76 | 166 | - |
| CMYK | 0 | 0.66 | 0.26 | 0.12 |
| HSL | 323.51º | 0.7% | 0.59% | - |
| HSV(B) | 323.51º | 0.66% | 0.88% | - |
| XYZ | 40.21 | 23.77 | 38.55 | - |
| YUV | 130.51 | 148.03 | 194.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 76 | 166 | 0 | 0.66 | 0.26 | 0.12 | 323.51 | 0.7 | 0.59 |
| Hex | E0 | 4C | A6 | 0 | 42 | 1A | C | 144 | 46 | 3B |
| Octal | 340 | 114 | 246 | 0 | 102 | 32 | 14 | 504 | 106 | 73 |
| Binary | 11100000 | 1001100 | 10100110 | 0 | 1000010 | 11010 | 1100 | 101000100 | 1000110 | 111011 |
Color Harmonies of #E04CA6
Complementary color
Monochromatic Colors of #E04CA6
Black with #E04CA6
Text Example
Text Example
White with #E04CA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04CA6; }
p { color: rgb(224,76,166); }
H1.HeaderClassName
{
color: #E04CA6;
}
.AnyTagClassName
{
color: #E04CA6;
}
</style>
background-color css
<style>
a { background-color: #E04CA6; }
a { background-color: rgb(224,76,166); }
div.DivClassName
{
background-color: #E04CA6;
}
.BgClassName
{
background-color: #E04CA6;
}
</style>
border-color css
<style>
span { border-color: #E04CA6; }
span { border-color: rgb(224,76,166); }
td.TdClassName
{
border-color: #E04CA6;
}
.TagClassName
{
border-color: #E04CA6;
}
</style>