Shades of Brilliant Rose #E54EAB
Tints of Brilliant Rose #E54EAB
RGB
CMYK
RGB Variations
Color information
#E54EAB (or 0xE54EAB) is known color: Brilliant Rose. HEX triplet: E5, 4E and AB. RGB value is (229,78,171). Sum of RGB (Red+Green+Blue) = 229+78+171=478 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.91% from 478); Green value is 78 (30.86% from 255 or 16.32% from 478); Blue value is 171 (67.19% from 255 or 35.77% from 478); Max value from RGB is 229 - color contains mainly: red. Hex color #E54EAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E54EAB is #1AB154. Grayscale: #858585. Windows color (decimal): -1749333 or 11226853. OLE color: 11226853.
HSL color Cylindrical-coordinate representation of color #E54EAB: hue angle of 323.05º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E54EAB is Cyan = 0, Magento = 0.66, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 78 | 171 | - |
| CMYK | 0 | 0.66 | 0.25 | 0.10 |
| HSL | 323.05º | 0.74% | 0.6% | - |
| HSV(B) | 323.05º | 0.66% | 0.9% | - |
| XYZ | 42.39 | 25.05 | 41.13 | - |
| YUV | 133.75 | 149.03 | 195.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 78 | 171 | 0 | 0.66 | 0.25 | 0.10 | 323.05 | 0.74 | 0.6 |
| Hex | E5 | 4E | AB | 0 | 42 | 19 | A | 143 | 4A | 3C |
| Octal | 345 | 116 | 253 | 0 | 102 | 31 | 12 | 503 | 112 | 74 |
| Binary | 11100101 | 1001110 | 10101011 | 0 | 1000010 | 11001 | 1010 | 101000011 | 1001010 | 111100 |
Color Harmonies of #E54EAB
Complementary color
Monochromatic Colors of #E54EAB
Black with #E54EAB
Text Example
Text Example
White with #E54EAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54EAB; }
p { color: rgb(229,78,171); }
H1.HeaderClassName
{
color: #E54EAB;
}
.AnyTagClassName
{
color: #E54EAB;
}
</style>
background-color css
<style>
a { background-color: #E54EAB; }
a { background-color: rgb(229,78,171); }
div.DivClassName
{
background-color: #E54EAB;
}
.BgClassName
{
background-color: #E54EAB;
}
</style>
border-color css
<style>
span { border-color: #E54EAB; }
span { border-color: rgb(229,78,171); }
td.TdClassName
{
border-color: #E54EAB;
}
.TagClassName
{
border-color: #E54EAB;
}
</style>