Shades of Brilliant Rose #EA599E
Tints of Brilliant Rose #EA599E
RGB
CMYK
RGB Variations
Color information
#EA599E (or 0xEA599E) is known color: Brilliant Rose. HEX triplet: EA, 59 and 9E. RGB value is (234,89,158). Sum of RGB (Red+Green+Blue) = 234+89+158=481 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.65% from 481); Green value is 89 (35.16% from 255 or 18.50% from 481); Blue value is 158 (62.11% from 255 or 32.85% from 481); Max value from RGB is 234 - color contains mainly: red. Hex color #EA599E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA599E is #15A661. Grayscale: #8C8C8C. Windows color (decimal): -1418850 or 10377706. OLE color: 10377706.
HSL color Cylindrical-coordinate representation of color #EA599E: hue angle of 331.45º 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 #EA599E is Cyan = 0, Magento = 0.62, Yellow = 0.32 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 89 | 158 | - |
| CMYK | 0 | 0.62 | 0.32 | 0.08 |
| HSL | 331.45º | 0.78% | 0.63% | - |
| HSV(B) | 331.45º | 0.62% | 0.92% | - |
| XYZ | 43.68 | 27.11 | 35.28 | - |
| YUV | 140.22 | 138.04 | 194.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 89 | 158 | 0 | 0.62 | 0.32 | 0.08 | 331.45 | 0.78 | 0.63 |
| Hex | EA | 59 | 9E | 0 | 3E | 20 | 8 | 14B | 4E | 3F |
| Octal | 352 | 131 | 236 | 0 | 76 | 40 | 10 | 513 | 116 | 77 |
| Binary | 11101010 | 1011001 | 10011110 | 0 | 111110 | 100000 | 1000 | 101001011 | 1001110 | 111111 |
Color Harmonies of #EA599E
Complementary color
Monochromatic Colors of #EA599E
Black with #EA599E
Text Example
Text Example
White with #EA599E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA599E; }
p { color: rgb(234,89,158); }
H1.HeaderClassName
{
color: #EA599E;
}
.AnyTagClassName
{
color: #EA599E;
}
</style>
background-color css
<style>
a { background-color: #EA599E; }
a { background-color: rgb(234,89,158); }
div.DivClassName
{
background-color: #EA599E;
}
.BgClassName
{
background-color: #EA599E;
}
</style>
border-color css
<style>
span { border-color: #EA599E; }
span { border-color: rgb(234,89,158); }
td.TdClassName
{
border-color: #EA599E;
}
.TagClassName
{
border-color: #EA599E;
}
</style>