Shades of Persian Rose #EA2499
Tints of Persian Rose #EA2499
RGB
CMYK
RGB Variations
Color information
#EA2499 (or 0xEA2499) is known color: Persian Rose. HEX triplet: EA, 24 and 99. RGB value is (234,36,153). Sum of RGB (Red+Green+Blue) = 234+36+153=423 (56% of max value = 765). Red value is 234 (91.80% from 255 or 55.32% from 423); Green value is 36 (14.45% from 255 or 8.51% from 423); Blue value is 153 (60.16% from 255 or 36.17% from 423); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2499 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA2499 is #15DB66. Grayscale: #6C6C6C. Windows color (decimal): -1432423 or 10036458. OLE color: 10036458.
HSL color Cylindrical-coordinate representation of color #EA2499: hue angle of 324.55º 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 #EA2499 is Cyan = 0, Magento = 0.85, Yellow = 0.35 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 36 | 153 | - |
| CMYK | 0 | 0.85 | 0.35 | 0.08 |
| HSL | 324.55º | 0.83% | 0.53% | - |
| HSV(B) | 324.55º | 0.85% | 0.92% | - |
| XYZ | 40.31 | 21.05 | 32.08 | - |
| YUV | 108.54 | 153.1 | 217.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 36 | 153 | 0 | 0.85 | 0.35 | 0.08 | 324.55 | 0.83 | 0.53 |
| Hex | EA | 24 | 99 | 0 | 55 | 23 | 8 | 145 | 52 | 35 |
| Octal | 352 | 44 | 231 | 0 | 125 | 43 | 10 | 505 | 122 | 65 |
| Binary | 11101010 | 100100 | 10011001 | 0 | 1010101 | 100011 | 1000 | 101000101 | 1010010 | 110101 |
Color Harmonies of #EA2499
Complementary color
Monochromatic Colors of #EA2499
Black with #EA2499
Text Example
Text Example
White with #EA2499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2499; }
p { color: rgb(234,36,153); }
H1.HeaderClassName
{
color: #EA2499;
}
.AnyTagClassName
{
color: #EA2499;
}
</style>
background-color css
<style>
a { background-color: #EA2499; }
a { background-color: rgb(234,36,153); }
div.DivClassName
{
background-color: #EA2499;
}
.BgClassName
{
background-color: #EA2499;
}
</style>
border-color css
<style>
span { border-color: #EA2499; }
span { border-color: rgb(234,36,153); }
td.TdClassName
{
border-color: #EA2499;
}
.TagClassName
{
border-color: #EA2499;
}
</style>