Shades of Persian Rose #EA249F
Tints of Persian Rose #EA249F
RGB
CMYK
RGB Variations
Color information
#EA249F (or 0xEA249F) is known color: Persian Rose. HEX triplet: EA, 24 and 9F. RGB value is (234,36,159). Sum of RGB (Red+Green+Blue) = 234+36+159=429 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.55% from 429); Green value is 36 (14.45% from 255 or 8.39% from 429); Blue value is 159 (62.5% from 255 or 37.06% from 429); Max value from RGB is 234 - color contains mainly: red. Hex color #EA249F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA249F is #15DB60. Grayscale: #6C6C6C. Windows color (decimal): -1432417 or 10429674. OLE color: 10429674.
HSL color Cylindrical-coordinate representation of color #EA249F: hue angle of 322.73º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EA249F is Cyan = 0, Magento = 0.85, Yellow = 0.32 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 36 | 159 | - |
| CMYK | 0 | 0.85 | 0.32 | 0.08 |
| HSL | 322.73º | 0.83% | 0.53% | - |
| HSV(B) | 322.73º | 0.85% | 0.92% | - |
| XYZ | 40.82 | 21.26 | 34.75 | - |
| YUV | 109.22 | 156.1 | 217 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 36 | 159 | 0 | 0.85 | 0.32 | 0.08 | 322.73 | 0.83 | 0.53 |
| Hex | EA | 24 | 9F | 0 | 55 | 20 | 8 | 143 | 52 | 35 |
| Octal | 352 | 44 | 237 | 0 | 125 | 40 | 10 | 503 | 122 | 65 |
| Binary | 11101010 | 100100 | 10011111 | 0 | 1010101 | 100000 | 1000 | 101000011 | 1010010 | 110101 |
Color Harmonies of #EA249F
Complementary color
Monochromatic Colors of #EA249F
Black with #EA249F
Text Example
Text Example
White with #EA249F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA249F; }
p { color: rgb(234,36,159); }
H1.HeaderClassName
{
color: #EA249F;
}
.AnyTagClassName
{
color: #EA249F;
}
</style>
background-color css
<style>
a { background-color: #EA249F; }
a { background-color: rgb(234,36,159); }
div.DivClassName
{
background-color: #EA249F;
}
.BgClassName
{
background-color: #EA249F;
}
</style>
border-color css
<style>
span { border-color: #EA249F; }
span { border-color: rgb(234,36,159); }
td.TdClassName
{
border-color: #EA249F;
}
.TagClassName
{
border-color: #EA249F;
}
</style>