Shades of Brilliant Rose #EA559B
Tints of Brilliant Rose #EA559B
RGB
CMYK
RGB Variations
Color information
#EA559B (or 0xEA559B) is known color: Brilliant Rose. HEX triplet: EA, 55 and 9B. RGB value is (234,85,155). Sum of RGB (Red+Green+Blue) = 234+85+155=474 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.37% from 474); Green value is 85 (33.59% from 255 or 17.93% from 474); Blue value is 155 (60.94% from 255 or 32.70% from 474); Max value from RGB is 234 - color contains mainly: red. Hex color #EA559B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA559B is #15AA64. Grayscale: #898989. Windows color (decimal): -1419877 or 10180074. OLE color: 10180074.
HSL color Cylindrical-coordinate representation of color #EA559B: hue angle of 331.81º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EA559B is Cyan = 0, Magento = 0.64, Yellow = 0.34 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 85 | 155 | - |
| CMYK | 0 | 0.64 | 0.34 | 0.08 |
| HSL | 331.81º | 0.78% | 0.63% | - |
| HSV(B) | 331.81º | 0.64% | 0.92% | - |
| XYZ | 43.1 | 26.36 | 33.83 | - |
| YUV | 137.53 | 137.86 | 196.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 85 | 155 | 0 | 0.64 | 0.34 | 0.08 | 331.81 | 0.78 | 0.63 |
| Hex | EA | 55 | 9B | 0 | 40 | 22 | 8 | 14C | 4E | 3F |
| Octal | 352 | 125 | 233 | 0 | 100 | 42 | 10 | 514 | 116 | 77 |
| Binary | 11101010 | 1010101 | 10011011 | 0 | 1000000 | 100010 | 1000 | 101001100 | 1001110 | 111111 |
Color Harmonies of #EA559B
Complementary color
Monochromatic Colors of #EA559B
Black with #EA559B
Text Example
Text Example
White with #EA559B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA559B; }
p { color: rgb(234,85,155); }
H1.HeaderClassName
{
color: #EA559B;
}
.AnyTagClassName
{
color: #EA559B;
}
</style>
background-color css
<style>
a { background-color: #EA559B; }
a { background-color: rgb(234,85,155); }
div.DivClassName
{
background-color: #EA559B;
}
.BgClassName
{
background-color: #EA559B;
}
</style>
border-color css
<style>
span { border-color: #EA559B; }
span { border-color: rgb(234,85,155); }
td.TdClassName
{
border-color: #EA559B;
}
.TagClassName
{
border-color: #EA559B;
}
</style>