Shades of Brilliant Rose #E059AB
Tints of Brilliant Rose #E059AB
RGB
CMYK
RGB Variations
Color information
#E059AB (or 0xE059AB) is known color: Brilliant Rose. HEX triplet: E0, 59 and AB. RGB value is (224,89,171). Sum of RGB (Red+Green+Blue) = 224+89+171=484 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.28% from 484); Green value is 89 (35.16% from 255 or 18.39% from 484); Blue value is 171 (67.19% from 255 or 35.33% from 484); Max value from RGB is 224 - color contains mainly: red. Hex color #E059AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E059AB is #1FA654. Grayscale: #8A8A8A. Windows color (decimal): -2074197 or 11229664. OLE color: 11229664.
HSL color Cylindrical-coordinate representation of color #E059AB: hue angle of 323.56º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E059AB is Cyan = 0, Magento = 0.60, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 89 | 171 | - |
| CMYK | 0 | 0.60 | 0.24 | 0.12 |
| HSL | 323.56º | 0.69% | 0.61% | - |
| HSV(B) | 323.56º | 0.6% | 0.88% | - |
| XYZ | 41.66 | 25.93 | 41.34 | - |
| YUV | 138.71 | 146.23 | 188.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 89 | 171 | 0 | 0.60 | 0.24 | 0.12 | 323.56 | 0.69 | 0.61 |
| Hex | E0 | 59 | AB | 0 | 3C | 18 | C | 144 | 45 | 3D |
| Octal | 340 | 131 | 253 | 0 | 74 | 30 | 14 | 504 | 105 | 75 |
| Binary | 11100000 | 1011001 | 10101011 | 0 | 111100 | 11000 | 1100 | 101000100 | 1000101 | 111101 |
Color Harmonies of #E059AB
Complementary color
Monochromatic Colors of #E059AB
Black with #E059AB
Text Example
Text Example
White with #E059AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E059AB; }
p { color: rgb(224,89,171); }
H1.HeaderClassName
{
color: #E059AB;
}
.AnyTagClassName
{
color: #E059AB;
}
</style>
background-color css
<style>
a { background-color: #E059AB; }
a { background-color: rgb(224,89,171); }
div.DivClassName
{
background-color: #E059AB;
}
.BgClassName
{
background-color: #E059AB;
}
</style>
border-color css
<style>
span { border-color: #E059AB; }
span { border-color: rgb(224,89,171); }
td.TdClassName
{
border-color: #E059AB;
}
.TagClassName
{
border-color: #E059AB;
}
</style>