Shades of Brilliant Rose #E55A9C
Tints of Brilliant Rose #E55A9C
RGB
CMYK
RGB Variations
Color information
#E55A9C (or 0xE55A9C) is known color: Brilliant Rose. HEX triplet: E5, 5A and 9C. RGB value is (229,90,156). Sum of RGB (Red+Green+Blue) = 229+90+156=475 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.21% from 475); Green value is 90 (35.55% from 255 or 18.95% from 475); Blue value is 156 (61.33% from 255 or 32.84% from 475); Max value from RGB is 229 - color contains mainly: red. Hex color #E55A9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E55A9C is #1AA563. Grayscale: #8A8A8A. Windows color (decimal): -1746276 or 10246885. OLE color: 10246885.
HSL color Cylindrical-coordinate representation of color #E55A9C: hue angle of 331.51º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E55A9C is Cyan = 0, Magento = 0.61, Yellow = 0.32 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 90 | 156 | - |
| CMYK | 0 | 0.61 | 0.32 | 0.10 |
| HSL | 331.51º | 0.73% | 0.63% | - |
| HSV(B) | 331.51º | 0.61% | 0.9% | - |
| XYZ | 41.97 | 26.37 | 34.33 | - |
| YUV | 139.09 | 137.55 | 192.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 90 | 156 | 0 | 0.61 | 0.32 | 0.10 | 331.51 | 0.73 | 0.63 |
| Hex | E5 | 5A | 9C | 0 | 3D | 20 | A | 14C | 49 | 3F |
| Octal | 345 | 132 | 234 | 0 | 75 | 40 | 12 | 514 | 111 | 77 |
| Binary | 11100101 | 1011010 | 10011100 | 0 | 111101 | 100000 | 1010 | 101001100 | 1001001 | 111111 |
Color Harmonies of #E55A9C
Complementary color
Monochromatic Colors of #E55A9C
Black with #E55A9C
Text Example
Text Example
White with #E55A9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55A9C; }
p { color: rgb(229,90,156); }
H1.HeaderClassName
{
color: #E55A9C;
}
.AnyTagClassName
{
color: #E55A9C;
}
</style>
background-color css
<style>
a { background-color: #E55A9C; }
a { background-color: rgb(229,90,156); }
div.DivClassName
{
background-color: #E55A9C;
}
.BgClassName
{
background-color: #E55A9C;
}
</style>
border-color css
<style>
span { border-color: #E55A9C; }
span { border-color: rgb(229,90,156); }
td.TdClassName
{
border-color: #E55A9C;
}
.TagClassName
{
border-color: #E55A9C;
}
</style>