Shades of Persian Rose #EA2799
Tints of Persian Rose #EA2799
RGB
CMYK
RGB Variations
Color information
#EA2799 (or 0xEA2799) is known color: Persian Rose. HEX triplet: EA, 27 and 99. RGB value is (234,39,153). Sum of RGB (Red+Green+Blue) = 234+39+153=426 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.93% from 426); Green value is 39 (15.62% from 255 or 9.15% from 426); Blue value is 153 (60.16% from 255 or 35.92% from 426); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2799 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA2799 is #15D866. Grayscale: #6E6E6E. Windows color (decimal): -1431655 or 10037226. OLE color: 10037226.
HSL color Cylindrical-coordinate representation of color #EA2799: hue angle of 324.92º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EA2799 is Cyan = 0, Magento = 0.83, Yellow = 0.35 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 39 | 153 | - |
| CMYK | 0 | 0.83 | 0.35 | 0.08 |
| HSL | 324.92º | 0.82% | 0.54% | - |
| HSV(B) | 324.92º | 0.83% | 0.92% | - |
| XYZ | 40.41 | 21.24 | 32.11 | - |
| YUV | 110.3 | 152.1 | 216.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 39 | 153 | 0 | 0.83 | 0.35 | 0.08 | 324.92 | 0.82 | 0.54 |
| Hex | EA | 27 | 99 | 0 | 53 | 23 | 8 | 145 | 52 | 36 |
| Octal | 352 | 47 | 231 | 0 | 123 | 43 | 10 | 505 | 122 | 66 |
| Binary | 11101010 | 100111 | 10011001 | 0 | 1010011 | 100011 | 1000 | 101000101 | 1010010 | 110110 |
Color Harmonies of #EA2799
Complementary color
Monochromatic Colors of #EA2799
Black with #EA2799
Text Example
Text Example
White with #EA2799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2799; }
p { color: rgb(234,39,153); }
H1.HeaderClassName
{
color: #EA2799;
}
.AnyTagClassName
{
color: #EA2799;
}
</style>
background-color css
<style>
a { background-color: #EA2799; }
a { background-color: rgb(234,39,153); }
div.DivClassName
{
background-color: #EA2799;
}
.BgClassName
{
background-color: #EA2799;
}
</style>
border-color css
<style>
span { border-color: #EA2799; }
span { border-color: rgb(234,39,153); }
td.TdClassName
{
border-color: #EA2799;
}
.TagClassName
{
border-color: #EA2799;
}
</style>