Shades of Persian Rose #EA2B9F
Tints of Persian Rose #EA2B9F
RGB
CMYK
RGB Variations
Color information
#EA2B9F (or 0xEA2B9F) is known color: Persian Rose. HEX triplet: EA, 2B and 9F. RGB value is (234,43,159). Sum of RGB (Red+Green+Blue) = 234+43+159=436 (57% of max value = 765). Red value is 234 (91.80% from 255 or 53.67% from 436); Green value is 43 (17.19% from 255 or 9.86% from 436); Blue value is 159 (62.5% from 255 or 36.47% from 436); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2B9F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA2B9F is #15D460. Grayscale: #717171. Windows color (decimal): -1430625 or 10431466. OLE color: 10431466.
HSL color Cylindrical-coordinate representation of color #EA2B9F: hue angle of 323.56º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EA2B9F is Cyan = 0, Magento = 0.82, Yellow = 0.32 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 43 | 159 | - |
| CMYK | 0 | 0.82 | 0.32 | 0.08 |
| HSL | 323.56º | 0.82% | 0.54% | - |
| HSV(B) | 323.56º | 0.82% | 0.92% | - |
| XYZ | 41.05 | 21.72 | 34.83 | - |
| YUV | 113.33 | 153.78 | 214.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 43 | 159 | 0 | 0.82 | 0.32 | 0.08 | 323.56 | 0.82 | 0.54 |
| Hex | EA | 2B | 9F | 0 | 52 | 20 | 8 | 144 | 52 | 36 |
| Octal | 352 | 53 | 237 | 0 | 122 | 40 | 10 | 504 | 122 | 66 |
| Binary | 11101010 | 101011 | 10011111 | 0 | 1010010 | 100000 | 1000 | 101000100 | 1010010 | 110110 |
Color Harmonies of #EA2B9F
Complementary color
Monochromatic Colors of #EA2B9F
Black with #EA2B9F
Text Example
Text Example
White with #EA2B9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2B9F; }
p { color: rgb(234,43,159); }
H1.HeaderClassName
{
color: #EA2B9F;
}
.AnyTagClassName
{
color: #EA2B9F;
}
</style>
background-color css
<style>
a { background-color: #EA2B9F; }
a { background-color: rgb(234,43,159); }
div.DivClassName
{
background-color: #EA2B9F;
}
.BgClassName
{
background-color: #EA2B9F;
}
</style>
border-color css
<style>
span { border-color: #EA2B9F; }
span { border-color: rgb(234,43,159); }
td.TdClassName
{
border-color: #EA2B9F;
}
.TagClassName
{
border-color: #EA2B9F;
}
</style>