Shades of Brilliant Rose #EA5E9E
Tints of Brilliant Rose #EA5E9E
RGB
CMYK
RGB Variations
Color information
#EA5E9E (or 0xEA5E9E) is known color: Brilliant Rose. HEX triplet: EA, 5E and 9E. RGB value is (234,94,158). Sum of RGB (Red+Green+Blue) = 234+94+158=486 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.15% from 486); Green value is 94 (37.11% from 255 or 19.34% from 486); Blue value is 158 (62.11% from 255 or 32.51% from 486); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5E9E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA5E9E is #15A161. Grayscale: #8F8F8F. Windows color (decimal): -1417570 or 10378986. OLE color: 10378986.
HSL color Cylindrical-coordinate representation of color #EA5E9E: hue angle of 332.57º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EA5E9E is Cyan = 0, Magento = 0.60, Yellow = 0.32 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 94 | 158 | - |
| CMYK | 0 | 0.60 | 0.32 | 0.08 |
| HSL | 332.57º | 0.77% | 0.64% | - |
| HSV(B) | 332.57º | 0.6% | 0.92% | - |
| XYZ | 44.11 | 27.97 | 35.42 | - |
| YUV | 143.16 | 136.38 | 192.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 94 | 158 | 0 | 0.60 | 0.32 | 0.08 | 332.57 | 0.77 | 0.64 |
| Hex | EA | 5E | 9E | 0 | 3C | 20 | 8 | 14D | 4D | 40 |
| Octal | 352 | 136 | 236 | 0 | 74 | 40 | 10 | 515 | 115 | 100 |
| Binary | 11101010 | 1011110 | 10011110 | 0 | 111100 | 100000 | 1000 | 101001101 | 1001101 | 1000000 |
Color Harmonies of #EA5E9E
Complementary color
Monochromatic Colors of #EA5E9E
Black with #EA5E9E
Text Example
Text Example
White with #EA5E9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA5E9E; }
p { color: rgb(234,94,158); }
H1.HeaderClassName
{
color: #EA5E9E;
}
.AnyTagClassName
{
color: #EA5E9E;
}
</style>
background-color css
<style>
a { background-color: #EA5E9E; }
a { background-color: rgb(234,94,158); }
div.DivClassName
{
background-color: #EA5E9E;
}
.BgClassName
{
background-color: #EA5E9E;
}
</style>
border-color css
<style>
span { border-color: #EA5E9E; }
span { border-color: rgb(234,94,158); }
td.TdClassName
{
border-color: #EA5E9E;
}
.TagClassName
{
border-color: #EA5E9E;
}
</style>