Shades of Brilliant Rose #EA5D9A
Tints of Brilliant Rose #EA5D9A
RGB
CMYK
RGB Variations
Color information
#EA5D9A (or 0xEA5D9A) is known color: Brilliant Rose. HEX triplet: EA, 5D and 9A. RGB value is (234,93,154). Sum of RGB (Red+Green+Blue) = 234+93+154=481 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.65% from 481); Green value is 93 (36.72% from 255 or 19.33% from 481); Blue value is 154 (60.55% from 255 or 32.02% from 481); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5D9A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA5D9A is #15A265. Grayscale: #8E8E8E. Windows color (decimal): -1417830 or 10116586. OLE color: 10116586.
HSL color Cylindrical-coordinate representation of color #EA5D9A: hue angle of 334.04º 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 #EA5D9A is Cyan = 0, Magento = 0.60, Yellow = 0.34 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 93 | 154 | - |
| CMYK | 0 | 0.60 | 0.34 | 0.08 |
| HSL | 334.04º | 0.77% | 0.64% | - |
| HSV(B) | 334.04º | 0.6% | 0.92% | - |
| XYZ | 43.68 | 27.65 | 33.61 | - |
| YUV | 142.11 | 134.71 | 193.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 93 | 154 | 0 | 0.60 | 0.34 | 0.08 | 334.04 | 0.77 | 0.64 |
| Hex | EA | 5D | 9A | 0 | 3C | 22 | 8 | 14E | 4D | 40 |
| Octal | 352 | 135 | 232 | 0 | 74 | 42 | 10 | 516 | 115 | 100 |
| Binary | 11101010 | 1011101 | 10011010 | 0 | 111100 | 100010 | 1000 | 101001110 | 1001101 | 1000000 |
Color Harmonies of #EA5D9A
Complementary color
Monochromatic Colors of #EA5D9A
Black with #EA5D9A
Text Example
Text Example
White with #EA5D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA5D9A; }
p { color: rgb(234,93,154); }
H1.HeaderClassName
{
color: #EA5D9A;
}
.AnyTagClassName
{
color: #EA5D9A;
}
</style>
background-color css
<style>
a { background-color: #EA5D9A; }
a { background-color: rgb(234,93,154); }
div.DivClassName
{
background-color: #EA5D9A;
}
.BgClassName
{
background-color: #EA5D9A;
}
</style>
border-color css
<style>
span { border-color: #EA5D9A; }
span { border-color: rgb(234,93,154); }
td.TdClassName
{
border-color: #EA5D9A;
}
.TagClassName
{
border-color: #EA5D9A;
}
</style>