Shades of Brilliant Rose #EA589B
Tints of Brilliant Rose #EA589B
RGB
CMYK
RGB Variations
Color information
#EA589B (or 0xEA589B) is known color: Brilliant Rose. HEX triplet: EA, 58 and 9B. RGB value is (234,88,155). Sum of RGB (Red+Green+Blue) = 234+88+155=477 (63% of max value = 765). Red value is 234 (91.80% from 255 or 49.06% from 477); Green value is 88 (34.77% from 255 or 18.45% from 477); Blue value is 155 (60.94% from 255 or 32.49% from 477); Max value from RGB is 234 - color contains mainly: red. Hex color #EA589B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA589B is #15A764. Grayscale: #8B8B8B. Windows color (decimal): -1419109 or 10180842. OLE color: 10180842.
HSL color Cylindrical-coordinate representation of color #EA589B: hue angle of 332.47º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EA589B is Cyan = 0, Magento = 0.62, Yellow = 0.34 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 88 | 155 | - |
| CMYK | 0 | 0.62 | 0.34 | 0.08 |
| HSL | 332.47º | 0.78% | 0.63% | - |
| HSV(B) | 332.47º | 0.62% | 0.92% | - |
| XYZ | 43.34 | 26.84 | 33.91 | - |
| YUV | 139.29 | 136.87 | 195.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 88 | 155 | 0 | 0.62 | 0.34 | 0.08 | 332.47 | 0.78 | 0.63 |
| Hex | EA | 58 | 9B | 0 | 3E | 22 | 8 | 14C | 4E | 3F |
| Octal | 352 | 130 | 233 | 0 | 76 | 42 | 10 | 514 | 116 | 77 |
| Binary | 11101010 | 1011000 | 10011011 | 0 | 111110 | 100010 | 1000 | 101001100 | 1001110 | 111111 |
Color Harmonies of #EA589B
Complementary color
Monochromatic Colors of #EA589B
Black with #EA589B
Text Example
Text Example
White with #EA589B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA589B; }
p { color: rgb(234,88,155); }
H1.HeaderClassName
{
color: #EA589B;
}
.AnyTagClassName
{
color: #EA589B;
}
</style>
background-color css
<style>
a { background-color: #EA589B; }
a { background-color: rgb(234,88,155); }
div.DivClassName
{
background-color: #EA589B;
}
.BgClassName
{
background-color: #EA589B;
}
</style>
border-color css
<style>
span { border-color: #EA589B; }
span { border-color: rgb(234,88,155); }
td.TdClassName
{
border-color: #EA589B;
}
.TagClassName
{
border-color: #EA589B;
}
</style>