Shades of Brilliant Rose #E55CA2
Tints of Brilliant Rose #E55CA2
RGB
CMYK
RGB Variations
Color information
#E55CA2 (or 0xE55CA2) is known color: Brilliant Rose. HEX triplet: E5, 5C and A2. RGB value is (229,92,162). Sum of RGB (Red+Green+Blue) = 229+92+162=483 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.41% from 483); Green value is 92 (36.33% from 255 or 19.05% from 483); Blue value is 162 (63.67% from 255 or 33.54% from 483); Max value from RGB is 229 - color contains mainly: red. Hex color #E55CA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E55CA2 is #1AA35D. Grayscale: #8C8C8C. Windows color (decimal): -1745758 or 10640613. OLE color: 10640613.
HSL color Cylindrical-coordinate representation of color #E55CA2: hue angle of 329.34º 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 #E55CA2 is Cyan = 0, Magento = 0.60, Yellow = 0.29 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 92 | 162 | - |
| CMYK | 0 | 0.60 | 0.29 | 0.10 |
| HSL | 329.34º | 0.72% | 0.63% | - |
| HSV(B) | 329.34º | 0.6% | 0.9% | - |
| XYZ | 42.66 | 26.92 | 37.13 | - |
| YUV | 140.94 | 139.89 | 190.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 92 | 162 | 0 | 0.60 | 0.29 | 0.10 | 329.34 | 0.72 | 0.63 |
| Hex | E5 | 5C | A2 | 0 | 3C | 1D | A | 149 | 48 | 3F |
| Octal | 345 | 134 | 242 | 0 | 74 | 35 | 12 | 511 | 110 | 77 |
| Binary | 11100101 | 1011100 | 10100010 | 0 | 111100 | 11101 | 1010 | 101001001 | 1001000 | 111111 |
Color Harmonies of #E55CA2
Complementary color
Monochromatic Colors of #E55CA2
Black with #E55CA2
Text Example
Text Example
White with #E55CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55CA2; }
p { color: rgb(229,92,162); }
H1.HeaderClassName
{
color: #E55CA2;
}
.AnyTagClassName
{
color: #E55CA2;
}
</style>
background-color css
<style>
a { background-color: #E55CA2; }
a { background-color: rgb(229,92,162); }
div.DivClassName
{
background-color: #E55CA2;
}
.BgClassName
{
background-color: #E55CA2;
}
</style>
border-color css
<style>
span { border-color: #E55CA2; }
span { border-color: rgb(229,92,162); }
td.TdClassName
{
border-color: #E55CA2;
}
.TagClassName
{
border-color: #E55CA2;
}
</style>