Shades of Persian Rose #EE2197
Tints of Persian Rose #EE2197
RGB
CMYK
RGB Variations
Color information
#EE2197 (or 0xEE2197) is known color: Persian Rose. HEX triplet: EE, 21 and 97. RGB value is (238,33,151). Sum of RGB (Red+Green+Blue) = 238+33+151=422 (55% of max value = 765). Red value is 238 (93.36% from 255 or 56.40% from 422); Green value is 33 (13.28% from 255 or 7.82% from 422); Blue value is 151 (59.38% from 255 or 35.78% from 422); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2197 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE2197 is #11DE68. Grayscale: #6B6B6B. Windows color (decimal): -1171049 or 9904622. OLE color: 9904622.
HSL color Cylindrical-coordinate representation of color #EE2197: hue angle of 325.46º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EE2197 is Cyan = 0, Magento = 0.86, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 33 | 151 | - |
| CMYK | 0 | 0.86 | 0.37 | 0.07 |
| HSL | 325.46º | 0.86% | 0.53% | - |
| HSV(B) | 325.46º | 0.86% | 0.93% | - |
| XYZ | 41.39 | 21.5 | 31.25 | - |
| YUV | 107.75 | 152.42 | 220.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 33 | 151 | 0 | 0.86 | 0.37 | 0.07 | 325.46 | 0.86 | 0.53 |
| Hex | EE | 21 | 97 | 0 | 56 | 25 | 7 | 145 | 56 | 35 |
| Octal | 356 | 41 | 227 | 0 | 126 | 45 | 7 | 505 | 126 | 65 |
| Binary | 11101110 | 100001 | 10010111 | 0 | 1010110 | 100101 | 111 | 101000101 | 1010110 | 110101 |
Color Harmonies of #EE2197
Complementary color
Monochromatic Colors of #EE2197
Black with #EE2197
Text Example
Text Example
White with #EE2197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2197; }
p { color: rgb(238,33,151); }
H1.HeaderClassName
{
color: #EE2197;
}
.AnyTagClassName
{
color: #EE2197;
}
</style>
background-color css
<style>
a { background-color: #EE2197; }
a { background-color: rgb(238,33,151); }
div.DivClassName
{
background-color: #EE2197;
}
.BgClassName
{
background-color: #EE2197;
}
</style>
border-color css
<style>
span { border-color: #EE2197; }
span { border-color: rgb(238,33,151); }
td.TdClassName
{
border-color: #EE2197;
}
.TagClassName
{
border-color: #EE2197;
}
</style>