Shades of Persian Rose #EE2C9F
Tints of Persian Rose #EE2C9F
RGB
CMYK
RGB Variations
Color information
#EE2C9F (or 0xEE2C9F) is known color: Persian Rose. HEX triplet: EE, 2C and 9F. RGB value is (238,44,159). Sum of RGB (Red+Green+Blue) = 238+44+159=441 (58% of max value = 765). Red value is 238 (93.36% from 255 or 53.97% from 441); Green value is 44 (17.58% from 255 or 9.98% from 441); Blue value is 159 (62.5% from 255 or 36.05% from 441); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2C9F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE2C9F is #11D360. Grayscale: #727272. Windows color (decimal): -1168225 or 10431726. OLE color: 10431726.
HSL color Cylindrical-coordinate representation of color #EE2C9F: hue angle of 324.43º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EE2C9F is Cyan = 0, Magento = 0.82, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 44 | 159 | - |
| CMYK | 0 | 0.82 | 0.33 | 0.07 |
| HSL | 324.43º | 0.85% | 0.55% | - |
| HSV(B) | 324.43º | 0.82% | 0.93% | - |
| XYZ | 42.42 | 22.48 | 34.9 | - |
| YUV | 115.12 | 152.77 | 215.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 44 | 159 | 0 | 0.82 | 0.33 | 0.07 | 324.43 | 0.85 | 0.55 |
| Hex | EE | 2C | 9F | 0 | 52 | 21 | 7 | 144 | 55 | 37 |
| Octal | 356 | 54 | 237 | 0 | 122 | 41 | 7 | 504 | 125 | 67 |
| Binary | 11101110 | 101100 | 10011111 | 0 | 1010010 | 100001 | 111 | 101000100 | 1010101 | 110111 |
Color Harmonies of #EE2C9F
Complementary color
Monochromatic Colors of #EE2C9F
Black with #EE2C9F
Text Example
Text Example
White with #EE2C9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2C9F; }
p { color: rgb(238,44,159); }
H1.HeaderClassName
{
color: #EE2C9F;
}
.AnyTagClassName
{
color: #EE2C9F;
}
</style>
background-color css
<style>
a { background-color: #EE2C9F; }
a { background-color: rgb(238,44,159); }
div.DivClassName
{
background-color: #EE2C9F;
}
.BgClassName
{
background-color: #EE2C9F;
}
</style>
border-color css
<style>
span { border-color: #EE2C9F; }
span { border-color: rgb(238,44,159); }
td.TdClassName
{
border-color: #EE2C9F;
}
.TagClassName
{
border-color: #EE2C9F;
}
</style>