Shades of Brilliant Rose #E55CAD
Tints of Brilliant Rose #E55CAD
RGB
CMYK
RGB Variations
Color information
#E55CAD (or 0xE55CAD) is known color: Brilliant Rose. HEX triplet: E5, 5C and AD. RGB value is (229,92,173). Sum of RGB (Red+Green+Blue) = 229+92+173=494 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.36% from 494); Green value is 92 (36.33% from 255 or 18.62% from 494); Blue value is 173 (67.97% from 255 or 35.02% from 494); Max value from RGB is 229 - color contains mainly: red. Hex color #E55CAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E55CAD is #1AA352. Grayscale: #8E8E8E. Windows color (decimal): -1745747 or 11361509. OLE color: 11361509.
HSL color Cylindrical-coordinate representation of color #E55CAD: hue angle of 324.53º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E55CAD is Cyan = 0, Magento = 0.60, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 92 | 173 | - |
| CMYK | 0 | 0.60 | 0.24 | 0.10 |
| HSL | 324.53º | 0.72% | 0.63% | - |
| HSV(B) | 324.53º | 0.6% | 0.9% | - |
| XYZ | 43.68 | 27.33 | 42.51 | - |
| YUV | 142.2 | 145.39 | 189.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 92 | 173 | 0 | 0.60 | 0.24 | 0.10 | 324.53 | 0.72 | 0.63 |
| Hex | E5 | 5C | AD | 0 | 3C | 18 | A | 145 | 48 | 3F |
| Octal | 345 | 134 | 255 | 0 | 74 | 30 | 12 | 505 | 110 | 77 |
| Binary | 11100101 | 1011100 | 10101101 | 0 | 111100 | 11000 | 1010 | 101000101 | 1001000 | 111111 |
Color Harmonies of #E55CAD
Complementary color
Monochromatic Colors of #E55CAD
Black with #E55CAD
Text Example
Text Example
White with #E55CAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55CAD; }
p { color: rgb(229,92,173); }
H1.HeaderClassName
{
color: #E55CAD;
}
.AnyTagClassName
{
color: #E55CAD;
}
</style>
background-color css
<style>
a { background-color: #E55CAD; }
a { background-color: rgb(229,92,173); }
div.DivClassName
{
background-color: #E55CAD;
}
.BgClassName
{
background-color: #E55CAD;
}
</style>
border-color css
<style>
span { border-color: #E55CAD; }
span { border-color: rgb(229,92,173); }
td.TdClassName
{
border-color: #E55CAD;
}
.TagClassName
{
border-color: #E55CAD;
}
</style>