Shades of Persian Rose #EA2599
Tints of Persian Rose #EA2599
RGB
CMYK
RGB Variations
Color information
#EA2599 (or 0xEA2599) is known color: Persian Rose. HEX triplet: EA, 25 and 99. RGB value is (234,37,153). Sum of RGB (Red+Green+Blue) = 234+37+153=424 (56% of max value = 765). Red value is 234 (91.80% from 255 or 55.19% from 424); Green value is 37 (14.84% from 255 or 8.73% from 424); Blue value is 153 (60.16% from 255 or 36.08% from 424); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2599 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA2599 is #15DA66. Grayscale: #6C6C6C. Windows color (decimal): -1432167 or 10036714. OLE color: 10036714.
HSL color Cylindrical-coordinate representation of color #EA2599: hue angle of 324.67º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EA2599 is Cyan = 0, Magento = 0.84, Yellow = 0.35 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 37 | 153 | - |
| CMYK | 0 | 0.84 | 0.35 | 0.08 |
| HSL | 324.67º | 0.82% | 0.53% | - |
| HSV(B) | 324.67º | 0.84% | 0.92% | - |
| XYZ | 40.34 | 21.12 | 32.09 | - |
| YUV | 109.13 | 152.77 | 217.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 37 | 153 | 0 | 0.84 | 0.35 | 0.08 | 324.67 | 0.82 | 0.53 |
| Hex | EA | 25 | 99 | 0 | 54 | 23 | 8 | 145 | 52 | 35 |
| Octal | 352 | 45 | 231 | 0 | 124 | 43 | 10 | 505 | 122 | 65 |
| Binary | 11101010 | 100101 | 10011001 | 0 | 1010100 | 100011 | 1000 | 101000101 | 1010010 | 110101 |
Color Harmonies of #EA2599
Complementary color
Monochromatic Colors of #EA2599
Black with #EA2599
Text Example
Text Example
White with #EA2599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2599; }
p { color: rgb(234,37,153); }
H1.HeaderClassName
{
color: #EA2599;
}
.AnyTagClassName
{
color: #EA2599;
}
</style>
background-color css
<style>
a { background-color: #EA2599; }
a { background-color: rgb(234,37,153); }
div.DivClassName
{
background-color: #EA2599;
}
.BgClassName
{
background-color: #EA2599;
}
</style>
border-color css
<style>
span { border-color: #EA2599; }
span { border-color: rgb(234,37,153); }
td.TdClassName
{
border-color: #EA2599;
}
.TagClassName
{
border-color: #EA2599;
}
</style>