Shades of Brilliant Rose #E55A9F
Tints of Brilliant Rose #E55A9F
RGB
CMYK
RGB Variations
Color information
#E55A9F (or 0xE55A9F) is known color: Brilliant Rose. HEX triplet: E5, 5A and 9F. RGB value is (229,90,159). Sum of RGB (Red+Green+Blue) = 229+90+159=478 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.91% from 478); Green value is 90 (35.55% from 255 or 18.83% from 478); Blue value is 159 (62.5% from 255 or 33.26% from 478); Max value from RGB is 229 - color contains mainly: red. Hex color #E55A9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E55A9F is #1AA560. Grayscale: #8B8B8B. Windows color (decimal): -1746273 or 10443493. OLE color: 10443493.
HSL color Cylindrical-coordinate representation of color #E55A9F: hue angle of 330.22º 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 #E55A9F is Cyan = 0, Magento = 0.61, Yellow = 0.31 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 90 | 159 | - |
| CMYK | 0 | 0.61 | 0.31 | 0.10 |
| HSL | 330.22º | 0.73% | 0.63% | - |
| HSV(B) | 330.22º | 0.61% | 0.9% | - |
| XYZ | 42.23 | 26.47 | 35.69 | - |
| YUV | 139.43 | 139.05 | 191.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 90 | 159 | 0 | 0.61 | 0.31 | 0.10 | 330.22 | 0.73 | 0.63 |
| Hex | E5 | 5A | 9F | 0 | 3D | 1F | A | 14A | 49 | 3F |
| Octal | 345 | 132 | 237 | 0 | 75 | 37 | 12 | 512 | 111 | 77 |
| Binary | 11100101 | 1011010 | 10011111 | 0 | 111101 | 11111 | 1010 | 101001010 | 1001001 | 111111 |
Color Harmonies of #E55A9F
Complementary color
Monochromatic Colors of #E55A9F
Black with #E55A9F
Text Example
Text Example
White with #E55A9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55A9F; }
p { color: rgb(229,90,159); }
H1.HeaderClassName
{
color: #E55A9F;
}
.AnyTagClassName
{
color: #E55A9F;
}
</style>
background-color css
<style>
a { background-color: #E55A9F; }
a { background-color: rgb(229,90,159); }
div.DivClassName
{
background-color: #E55A9F;
}
.BgClassName
{
background-color: #E55A9F;
}
</style>
border-color css
<style>
span { border-color: #E55A9F; }
span { border-color: rgb(229,90,159); }
td.TdClassName
{
border-color: #E55A9F;
}
.TagClassName
{
border-color: #E55A9F;
}
</style>