Shades of Brilliant Rose #EA589F
Tints of Brilliant Rose #EA589F
RGB
CMYK
RGB Variations
Color information
#EA589F (or 0xEA589F) is known color: Brilliant Rose. HEX triplet: EA, 58 and 9F. RGB value is (234,88,159). Sum of RGB (Red+Green+Blue) = 234+88+159=481 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.65% from 481); Green value is 88 (34.77% from 255 or 18.30% from 481); Blue value is 159 (62.5% from 255 or 33.06% from 481); Max value from RGB is 234 - color contains mainly: red. Hex color #EA589F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA589F is #15A760. Grayscale: #8B8B8B. Windows color (decimal): -1419105 or 10442986. OLE color: 10442986.
HSL color Cylindrical-coordinate representation of color #EA589F: hue angle of 330.82º 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 #EA589F is Cyan = 0, Magento = 0.62, Yellow = 0.32 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 88 | 159 | - |
| CMYK | 0 | 0.62 | 0.32 | 0.08 |
| HSL | 330.82º | 0.78% | 0.63% | - |
| HSV(B) | 330.82º | 0.62% | 0.92% | - |
| XYZ | 43.68 | 26.98 | 35.71 | - |
| YUV | 139.75 | 138.87 | 195.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 88 | 159 | 0 | 0.62 | 0.32 | 0.08 | 330.82 | 0.78 | 0.63 |
| Hex | EA | 58 | 9F | 0 | 3E | 20 | 8 | 14B | 4E | 3F |
| Octal | 352 | 130 | 237 | 0 | 76 | 40 | 10 | 513 | 116 | 77 |
| Binary | 11101010 | 1011000 | 10011111 | 0 | 111110 | 100000 | 1000 | 101001011 | 1001110 | 111111 |
Color Harmonies of #EA589F
Complementary color
Monochromatic Colors of #EA589F
Black with #EA589F
Text Example
Text Example
White with #EA589F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA589F; }
p { color: rgb(234,88,159); }
H1.HeaderClassName
{
color: #EA589F;
}
.AnyTagClassName
{
color: #EA589F;
}
</style>
background-color css
<style>
a { background-color: #EA589F; }
a { background-color: rgb(234,88,159); }
div.DivClassName
{
background-color: #EA589F;
}
.BgClassName
{
background-color: #EA589F;
}
</style>
border-color css
<style>
span { border-color: #EA589F; }
span { border-color: rgb(234,88,159); }
td.TdClassName
{
border-color: #EA589F;
}
.TagClassName
{
border-color: #EA589F;
}
</style>