Shades of Brilliant Rose #E54EAD
Tints of Brilliant Rose #E54EAD
RGB
CMYK
RGB Variations
Color information
#E54EAD (or 0xE54EAD) is known color: Brilliant Rose. HEX triplet: E5, 4E and AD. RGB value is (229,78,173). Sum of RGB (Red+Green+Blue) = 229+78+173=480 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.71% from 480); Green value is 78 (30.86% from 255 or 16.25% from 480); Blue value is 173 (67.97% from 255 or 36.04% from 480); Max value from RGB is 229 - color contains mainly: red. Hex color #E54EAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E54EAD is #1AB152. Grayscale: #858585. Windows color (decimal): -1749331 or 11357925. OLE color: 11357925.
HSL color Cylindrical-coordinate representation of color #E54EAD: hue angle of 322.25º 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 #E54EAD is Cyan = 0, Magento = 0.66, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 78 | 173 | - |
| CMYK | 0 | 0.66 | 0.24 | 0.10 |
| HSL | 322.25º | 0.74% | 0.6% | - |
| HSV(B) | 322.25º | 0.66% | 0.9% | - |
| XYZ | 42.58 | 25.12 | 42.14 | - |
| YUV | 133.98 | 150.03 | 195.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 78 | 173 | 0 | 0.66 | 0.24 | 0.10 | 322.25 | 0.74 | 0.6 |
| Hex | E5 | 4E | AD | 0 | 42 | 18 | A | 142 | 4A | 3C |
| Octal | 345 | 116 | 255 | 0 | 102 | 30 | 12 | 502 | 112 | 74 |
| Binary | 11100101 | 1001110 | 10101101 | 0 | 1000010 | 11000 | 1010 | 101000010 | 1001010 | 111100 |
Color Harmonies of #E54EAD
Complementary color
Monochromatic Colors of #E54EAD
Black with #E54EAD
Text Example
Text Example
White with #E54EAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54EAD; }
p { color: rgb(229,78,173); }
H1.HeaderClassName
{
color: #E54EAD;
}
.AnyTagClassName
{
color: #E54EAD;
}
</style>
background-color css
<style>
a { background-color: #E54EAD; }
a { background-color: rgb(229,78,173); }
div.DivClassName
{
background-color: #E54EAD;
}
.BgClassName
{
background-color: #E54EAD;
}
</style>
border-color css
<style>
span { border-color: #E54EAD; }
span { border-color: rgb(229,78,173); }
td.TdClassName
{
border-color: #E54EAD;
}
.TagClassName
{
border-color: #E54EAD;
}
</style>