Shades of Brilliant Rose #EA59AB
Tints of Brilliant Rose #EA59AB
RGB
CMYK
RGB Variations
Color information
#EA59AB (or 0xEA59AB) is known color: Brilliant Rose. HEX triplet: EA, 59 and AB. RGB value is (234,89,171). Sum of RGB (Red+Green+Blue) = 234+89+171=494 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.37% from 494); Green value is 89 (35.16% from 255 or 18.02% from 494); Blue value is 171 (67.19% from 255 or 34.62% from 494); Max value from RGB is 234 - color contains mainly: red. Hex color #EA59AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA59AB is #15A654. Grayscale: #8D8D8D. Windows color (decimal): -1418837 or 11229674. OLE color: 11229674.
HSL color Cylindrical-coordinate representation of color #EA59AB: hue angle of 326.07º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EA59AB is Cyan = 0, Magento = 0.62, Yellow = 0.27 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 89 | 171 | - |
| CMYK | 0 | 0.62 | 0.27 | 0.08 |
| HSL | 326.07º | 0.78% | 0.63% | - |
| HSV(B) | 326.07º | 0.62% | 0.92% | - |
| XYZ | 44.85 | 27.58 | 41.49 | - |
| YUV | 141.7 | 144.54 | 193.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 89 | 171 | 0 | 0.62 | 0.27 | 0.08 | 326.07 | 0.78 | 0.63 |
| Hex | EA | 59 | AB | 0 | 3E | 1B | 8 | 146 | 4E | 3F |
| Octal | 352 | 131 | 253 | 0 | 76 | 33 | 10 | 506 | 116 | 77 |
| Binary | 11101010 | 1011001 | 10101011 | 0 | 111110 | 11011 | 1000 | 101000110 | 1001110 | 111111 |
Color Harmonies of #EA59AB
Complementary color
Monochromatic Colors of #EA59AB
Black with #EA59AB
Text Example
Text Example
White with #EA59AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA59AB; }
p { color: rgb(234,89,171); }
H1.HeaderClassName
{
color: #EA59AB;
}
.AnyTagClassName
{
color: #EA59AB;
}
</style>
background-color css
<style>
a { background-color: #EA59AB; }
a { background-color: rgb(234,89,171); }
div.DivClassName
{
background-color: #EA59AB;
}
.BgClassName
{
background-color: #EA59AB;
}
</style>
border-color css
<style>
span { border-color: #EA59AB; }
span { border-color: rgb(234,89,171); }
td.TdClassName
{
border-color: #EA59AB;
}
.TagClassName
{
border-color: #EA59AB;
}
</style>