Shades of Brilliant Rose #EA5C99
Tints of Brilliant Rose #EA5C99
RGB
CMYK
RGB Variations
Color information
#EA5C99 (or 0xEA5C99) is known color: Brilliant Rose. HEX triplet: EA, 5C and 99. RGB value is (234,92,153). Sum of RGB (Red+Green+Blue) = 234+92+153=479 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.85% from 479); Green value is 92 (36.33% from 255 or 19.21% from 479); Blue value is 153 (60.16% from 255 or 31.94% from 479); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5C99 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA5C99 is #15A366. Grayscale: #8D8D8D. Windows color (decimal): -1418087 or 10050794. OLE color: 10050794.
HSL color Cylindrical-coordinate representation of color #EA5C99: hue angle of 334.23º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EA5C99 is Cyan = 0, Magento = 0.61, Yellow = 0.35 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 92 | 153 | - |
| CMYK | 0 | 0.61 | 0.35 | 0.08 |
| HSL | 334.23º | 0.77% | 0.64% | - |
| HSV(B) | 334.23º | 0.61% | 0.92% | - |
| XYZ | 43.51 | 27.45 | 33.14 | - |
| YUV | 141.41 | 134.54 | 194.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 92 | 153 | 0 | 0.61 | 0.35 | 0.08 | 334.23 | 0.77 | 0.64 |
| Hex | EA | 5C | 99 | 0 | 3D | 23 | 8 | 14E | 4D | 40 |
| Octal | 352 | 134 | 231 | 0 | 75 | 43 | 10 | 516 | 115 | 100 |
| Binary | 11101010 | 1011100 | 10011001 | 0 | 111101 | 100011 | 1000 | 101001110 | 1001101 | 1000000 |
Color Harmonies of #EA5C99
Complementary color
Monochromatic Colors of #EA5C99
Black with #EA5C99
Text Example
Text Example
White with #EA5C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA5C99; }
p { color: rgb(234,92,153); }
H1.HeaderClassName
{
color: #EA5C99;
}
.AnyTagClassName
{
color: #EA5C99;
}
</style>
background-color css
<style>
a { background-color: #EA5C99; }
a { background-color: rgb(234,92,153); }
div.DivClassName
{
background-color: #EA5C99;
}
.BgClassName
{
background-color: #EA5C99;
}
</style>
border-color css
<style>
span { border-color: #EA5C99; }
span { border-color: rgb(234,92,153); }
td.TdClassName
{
border-color: #EA5C99;
}
.TagClassName
{
border-color: #EA5C99;
}
</style>