Shades of Persian Rose #EA199F
Tints of Persian Rose #EA199F
RGB
CMYK
RGB Variations
Color information
#EA199F (or 0xEA199F) is known color: Persian Rose. HEX triplet: EA, 19 and 9F. RGB value is (234,25,159). Sum of RGB (Red+Green+Blue) = 234+25+159=418 (55% of max value = 765). Red value is 234 (91.80% from 255 or 55.98% from 418); Green value is 25 (10.16% from 255 or 5.98% from 418); Blue value is 159 (62.5% from 255 or 38.04% from 418); Max value from RGB is 234 - color contains mainly: red. Hex color #EA199F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA199F is #15E660. Grayscale: #666666. Windows color (decimal): -1435233 or 10426858. OLE color: 10426858.
HSL color Cylindrical-coordinate representation of color #EA199F: hue angle of 321.53º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EA199F is Cyan = 0, Magento = 0.89, Yellow = 0.32 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 25 | 159 | - |
| CMYK | 0 | 0.89 | 0.32 | 0.08 |
| HSL | 321.53º | 0.83% | 0.51% | - |
| HSV(B) | 321.53º | 0.89% | 0.92% | - |
| XYZ | 40.54 | 20.69 | 34.66 | - |
| YUV | 102.77 | 159.74 | 221.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 25 | 159 | 0 | 0.89 | 0.32 | 0.08 | 321.53 | 0.83 | 0.51 |
| Hex | EA | 19 | 9F | 0 | 59 | 20 | 8 | 142 | 53 | 33 |
| Octal | 352 | 31 | 237 | 0 | 131 | 40 | 10 | 502 | 123 | 63 |
| Binary | 11101010 | 11001 | 10011111 | 0 | 1011001 | 100000 | 1000 | 101000010 | 1010011 | 110011 |
Color Harmonies of #EA199F
Complementary color
Monochromatic Colors of #EA199F
Black with #EA199F
Text Example
Text Example
White with #EA199F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA199F; }
p { color: rgb(234,25,159); }
H1.HeaderClassName
{
color: #EA199F;
}
.AnyTagClassName
{
color: #EA199F;
}
</style>
background-color css
<style>
a { background-color: #EA199F; }
a { background-color: rgb(234,25,159); }
div.DivClassName
{
background-color: #EA199F;
}
.BgClassName
{
background-color: #EA199F;
}
</style>
border-color css
<style>
span { border-color: #EA199F; }
span { border-color: rgb(234,25,159); }
td.TdClassName
{
border-color: #EA199F;
}
.TagClassName
{
border-color: #EA199F;
}
</style>