Shades of Persian Rose #EE2D9E
Tints of Persian Rose #EE2D9E
RGB
CMYK
RGB Variations
Color information
#EE2D9E (or 0xEE2D9E) is known color: Persian Rose. HEX triplet: EE, 2D and 9E. RGB value is (238,45,158). Sum of RGB (Red+Green+Blue) = 238+45+158=441 (58% of max value = 765). Red value is 238 (93.36% from 255 or 53.97% from 441); Green value is 45 (17.97% from 255 or 10.20% from 441); Blue value is 158 (62.11% from 255 or 35.83% from 441); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2D9E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE2D9E is #11D261. Grayscale: #737373. Windows color (decimal): -1167970 or 10366446. OLE color: 10366446.
HSL color Cylindrical-coordinate representation of color #EE2D9E: hue angle of 324.87º 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 #EE2D9E is Cyan = 0, Magento = 0.81, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 45 | 158 | - |
| CMYK | 0 | 0.81 | 0.34 | 0.07 |
| HSL | 324.87º | 0.85% | 0.55% | - |
| HSV(B) | 324.87º | 0.81% | 0.93% | - |
| XYZ | 42.37 | 22.52 | 34.46 | - |
| YUV | 115.59 | 151.94 | 215.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 45 | 158 | 0 | 0.81 | 0.34 | 0.07 | 324.87 | 0.85 | 0.55 |
| Hex | EE | 2D | 9E | 0 | 51 | 22 | 7 | 145 | 55 | 37 |
| Octal | 356 | 55 | 236 | 0 | 121 | 42 | 7 | 505 | 125 | 67 |
| Binary | 11101110 | 101101 | 10011110 | 0 | 1010001 | 100010 | 111 | 101000101 | 1010101 | 110111 |
Color Harmonies of #EE2D9E
Complementary color
Monochromatic Colors of #EE2D9E
Black with #EE2D9E
Text Example
Text Example
White with #EE2D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2D9E; }
p { color: rgb(238,45,158); }
H1.HeaderClassName
{
color: #EE2D9E;
}
.AnyTagClassName
{
color: #EE2D9E;
}
</style>
background-color css
<style>
a { background-color: #EE2D9E; }
a { background-color: rgb(238,45,158); }
div.DivClassName
{
background-color: #EE2D9E;
}
.BgClassName
{
background-color: #EE2D9E;
}
</style>
border-color css
<style>
span { border-color: #EE2D9E; }
span { border-color: rgb(238,45,158); }
td.TdClassName
{
border-color: #EE2D9E;
}
.TagClassName
{
border-color: #EE2D9E;
}
</style>