Shades of Persian Rose #EA2999
Tints of Persian Rose #EA2999
RGB
CMYK
RGB Variations
Color information
#EA2999 (or 0xEA2999) is known color: Persian Rose. HEX triplet: EA, 29 and 99. RGB value is (234,41,153). Sum of RGB (Red+Green+Blue) = 234+41+153=428 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.67% from 428); Green value is 41 (16.41% from 255 or 9.58% from 428); Blue value is 153 (60.16% from 255 or 35.75% from 428); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2999 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA2999 is #15D666. Grayscale: #6F6F6F. Windows color (decimal): -1431143 or 10037738. OLE color: 10037738.
HSL color Cylindrical-coordinate representation of color #EA2999: hue angle of 325.18º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EA2999 is Cyan = 0, Magento = 0.82, Yellow = 0.35 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 41 | 153 | - |
| CMYK | 0 | 0.82 | 0.35 | 0.08 |
| HSL | 325.18º | 0.82% | 0.54% | - |
| HSV(B) | 325.18º | 0.82% | 0.92% | - |
| XYZ | 40.47 | 21.38 | 32.13 | - |
| YUV | 111.48 | 151.44 | 215.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 41 | 153 | 0 | 0.82 | 0.35 | 0.08 | 325.18 | 0.82 | 0.54 |
| Hex | EA | 29 | 99 | 0 | 52 | 23 | 8 | 145 | 52 | 36 |
| Octal | 352 | 51 | 231 | 0 | 122 | 43 | 10 | 505 | 122 | 66 |
| Binary | 11101010 | 101001 | 10011001 | 0 | 1010010 | 100011 | 1000 | 101000101 | 1010010 | 110110 |
Color Harmonies of #EA2999
Complementary color
Monochromatic Colors of #EA2999
Black with #EA2999
Text Example
Text Example
White with #EA2999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2999; }
p { color: rgb(234,41,153); }
H1.HeaderClassName
{
color: #EA2999;
}
.AnyTagClassName
{
color: #EA2999;
}
</style>
background-color css
<style>
a { background-color: #EA2999; }
a { background-color: rgb(234,41,153); }
div.DivClassName
{
background-color: #EA2999;
}
.BgClassName
{
background-color: #EA2999;
}
</style>
border-color css
<style>
span { border-color: #EA2999; }
span { border-color: rgb(234,41,153); }
td.TdClassName
{
border-color: #EA2999;
}
.TagClassName
{
border-color: #EA2999;
}
</style>