Shades of Persian Rose #EA24A0
Tints of Persian Rose #EA24A0
RGB
CMYK
RGB Variations
Color information
#EA24A0 (or 0xEA24A0) is known color: Persian Rose. HEX triplet: EA, 24 and A0. RGB value is (234,36,160). Sum of RGB (Red+Green+Blue) = 234+36+160=430 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.42% from 430); Green value is 36 (14.45% from 255 or 8.37% from 430); Blue value is 160 (62.89% from 255 or 37.21% from 430); Max value from RGB is 234 - color contains mainly: red. Hex color #EA24A0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA24A0 is #15DB5F. Grayscale: #6D6D6D. Windows color (decimal): -1432416 or 10495210. OLE color: 10495210.
HSL color Cylindrical-coordinate representation of color #EA24A0: hue angle of 322.42º 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 #EA24A0 is Cyan = 0, Magento = 0.85, Yellow = 0.32 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 36 | 160 | - |
| CMYK | 0 | 0.85 | 0.32 | 0.08 |
| HSL | 322.42º | 0.83% | 0.53% | - |
| HSV(B) | 322.42º | 0.85% | 0.92% | - |
| XYZ | 40.91 | 21.29 | 35.21 | - |
| YUV | 109.34 | 156.6 | 216.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 36 | 160 | 0 | 0.85 | 0.32 | 0.08 | 322.42 | 0.83 | 0.53 |
| Hex | EA | 24 | A0 | 0 | 55 | 20 | 8 | 142 | 52 | 35 |
| Octal | 352 | 44 | 240 | 0 | 125 | 40 | 10 | 502 | 122 | 65 |
| Binary | 11101010 | 100100 | 10100000 | 0 | 1010101 | 100000 | 1000 | 101000010 | 1010010 | 110101 |
Color Harmonies of #EA24A0
Complementary color
Monochromatic Colors of #EA24A0
Black with #EA24A0
Text Example
Text Example
White with #EA24A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA24A0; }
p { color: rgb(234,36,160); }
H1.HeaderClassName
{
color: #EA24A0;
}
.AnyTagClassName
{
color: #EA24A0;
}
</style>
background-color css
<style>
a { background-color: #EA24A0; }
a { background-color: rgb(234,36,160); }
div.DivClassName
{
background-color: #EA24A0;
}
.BgClassName
{
background-color: #EA24A0;
}
</style>
border-color css
<style>
span { border-color: #EA24A0; }
span { border-color: rgb(234,36,160); }
td.TdClassName
{
border-color: #EA24A0;
}
.TagClassName
{
border-color: #EA24A0;
}
</style>