Shades of Persian Rose #EE2D9F
Tints of Persian Rose #EE2D9F
RGB
CMYK
RGB Variations
Color information
#EE2D9F (or 0xEE2D9F) is known color: Persian Rose. HEX triplet: EE, 2D and 9F. RGB value is (238,45,159). Sum of RGB (Red+Green+Blue) = 238+45+159=442 (58% of max value = 765). Red value is 238 (93.36% from 255 or 53.85% from 442); Green value is 45 (17.97% from 255 or 10.18% from 442); Blue value is 159 (62.5% from 255 or 35.97% from 442); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2D9F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE2D9F is #11D260. Grayscale: #737373. Windows color (decimal): -1167969 or 10431982. OLE color: 10431982.
HSL color Cylindrical-coordinate representation of color #EE2D9F: hue angle of 324.56º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EE2D9F is Cyan = 0, Magento = 0.81, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 45 | 159 | - |
| CMYK | 0 | 0.81 | 0.33 | 0.07 |
| HSL | 324.56º | 0.85% | 0.55% | - |
| HSV(B) | 324.56º | 0.81% | 0.93% | - |
| XYZ | 42.46 | 22.56 | 34.92 | - |
| YUV | 115.7 | 152.44 | 215.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 45 | 159 | 0 | 0.81 | 0.33 | 0.07 | 324.56 | 0.85 | 0.55 |
| Hex | EE | 2D | 9F | 0 | 51 | 21 | 7 | 145 | 55 | 37 |
| Octal | 356 | 55 | 237 | 0 | 121 | 41 | 7 | 505 | 125 | 67 |
| Binary | 11101110 | 101101 | 10011111 | 0 | 1010001 | 100001 | 111 | 101000101 | 1010101 | 110111 |
Color Harmonies of #EE2D9F
Complementary color
Monochromatic Colors of #EE2D9F
Black with #EE2D9F
Text Example
Text Example
White with #EE2D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2D9F; }
p { color: rgb(238,45,159); }
H1.HeaderClassName
{
color: #EE2D9F;
}
.AnyTagClassName
{
color: #EE2D9F;
}
</style>
background-color css
<style>
a { background-color: #EE2D9F; }
a { background-color: rgb(238,45,159); }
div.DivClassName
{
background-color: #EE2D9F;
}
.BgClassName
{
background-color: #EE2D9F;
}
</style>
border-color css
<style>
span { border-color: #EE2D9F; }
span { border-color: rgb(238,45,159); }
td.TdClassName
{
border-color: #EE2D9F;
}
.TagClassName
{
border-color: #EE2D9F;
}
</style>