Shades of Persian Rose #EA289F
Tints of Persian Rose #EA289F
RGB
CMYK
RGB Variations
Color information
#EA289F (or 0xEA289F) is known color: Persian Rose. HEX triplet: EA, 28 and 9F. RGB value is (234,40,159). Sum of RGB (Red+Green+Blue) = 234+40+159=433 (57% of max value = 765). Red value is 234 (91.80% from 255 or 54.04% from 433); Green value is 40 (16.02% from 255 or 9.24% from 433); Blue value is 159 (62.5% from 255 or 36.72% from 433); Max value from RGB is 234 - color contains mainly: red. Hex color #EA289F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA289F is #15D760. Grayscale: #6F6F6F. Windows color (decimal): -1431393 or 10430698. OLE color: 10430698.
HSL color Cylindrical-coordinate representation of color #EA289F: hue angle of 323.2º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EA289F is Cyan = 0, Magento = 0.83, Yellow = 0.32 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 40 | 159 | - |
| CMYK | 0 | 0.83 | 0.32 | 0.08 |
| HSL | 323.2º | 0.82% | 0.54% | - |
| HSV(B) | 323.2º | 0.83% | 0.92% | - |
| XYZ | 40.95 | 21.51 | 34.8 | - |
| YUV | 111.57 | 154.77 | 215.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 40 | 159 | 0 | 0.83 | 0.32 | 0.08 | 323.2 | 0.82 | 0.54 |
| Hex | EA | 28 | 9F | 0 | 53 | 20 | 8 | 143 | 52 | 36 |
| Octal | 352 | 50 | 237 | 0 | 123 | 40 | 10 | 503 | 122 | 66 |
| Binary | 11101010 | 101000 | 10011111 | 0 | 1010011 | 100000 | 1000 | 101000011 | 1010010 | 110110 |
Color Harmonies of #EA289F
Complementary color
Monochromatic Colors of #EA289F
Black with #EA289F
Text Example
Text Example
White with #EA289F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA289F; }
p { color: rgb(234,40,159); }
H1.HeaderClassName
{
color: #EA289F;
}
.AnyTagClassName
{
color: #EA289F;
}
</style>
background-color css
<style>
a { background-color: #EA289F; }
a { background-color: rgb(234,40,159); }
div.DivClassName
{
background-color: #EA289F;
}
.BgClassName
{
background-color: #EA289F;
}
</style>
border-color css
<style>
span { border-color: #EA289F; }
span { border-color: rgb(234,40,159); }
td.TdClassName
{
border-color: #EA289F;
}
.TagClassName
{
border-color: #EA289F;
}
</style>