Shades of Brilliant Rose #EA5D9E
Tints of Brilliant Rose #EA5D9E
RGB
CMYK
RGB Variations
Color information
#EA5D9E (or 0xEA5D9E) is known color: Brilliant Rose. HEX triplet: EA, 5D and 9E. RGB value is (234,93,158). Sum of RGB (Red+Green+Blue) = 234+93+158=485 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.25% from 485); Green value is 93 (36.72% from 255 or 19.18% from 485); Blue value is 158 (62.11% from 255 or 32.58% from 485); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5D9E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA5D9E is #15A261. Grayscale: #8E8E8E. Windows color (decimal): -1417826 or 10378730. OLE color: 10378730.
HSL color Cylindrical-coordinate representation of color #EA5D9E: hue angle of 332.34º 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 #EA5D9E is Cyan = 0, Magento = 0.60, Yellow = 0.32 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 93 | 158 | - |
| CMYK | 0 | 0.60 | 0.32 | 0.08 |
| HSL | 332.34º | 0.77% | 0.64% | - |
| HSV(B) | 332.34º | 0.6% | 0.92% | - |
| XYZ | 44.02 | 27.79 | 35.39 | - |
| YUV | 142.57 | 136.71 | 193.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 93 | 158 | 0 | 0.60 | 0.32 | 0.08 | 332.34 | 0.77 | 0.64 |
| Hex | EA | 5D | 9E | 0 | 3C | 20 | 8 | 14C | 4D | 40 |
| Octal | 352 | 135 | 236 | 0 | 74 | 40 | 10 | 514 | 115 | 100 |
| Binary | 11101010 | 1011101 | 10011110 | 0 | 111100 | 100000 | 1000 | 101001100 | 1001101 | 1000000 |
Color Harmonies of #EA5D9E
Complementary color
Monochromatic Colors of #EA5D9E
Black with #EA5D9E
Text Example
Text Example
White with #EA5D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA5D9E; }
p { color: rgb(234,93,158); }
H1.HeaderClassName
{
color: #EA5D9E;
}
.AnyTagClassName
{
color: #EA5D9E;
}
</style>
background-color css
<style>
a { background-color: #EA5D9E; }
a { background-color: rgb(234,93,158); }
div.DivClassName
{
background-color: #EA5D9E;
}
.BgClassName
{
background-color: #EA5D9E;
}
</style>
border-color css
<style>
span { border-color: #EA5D9E; }
span { border-color: rgb(234,93,158); }
td.TdClassName
{
border-color: #EA5D9E;
}
.TagClassName
{
border-color: #EA5D9E;
}
</style>