Shades of Persian Rose #EE2297
Tints of Persian Rose #EE2297
RGB
CMYK
RGB Variations
Color information
#EE2297 (or 0xEE2297) is known color: Persian Rose. HEX triplet: EE, 22 and 97. RGB value is (238,34,151). Sum of RGB (Red+Green+Blue) = 238+34+151=423 (56% of max value = 765). Red value is 238 (93.36% from 255 or 56.26% from 423); Green value is 34 (13.67% from 255 or 8.04% from 423); Blue value is 151 (59.38% from 255 or 35.70% from 423); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2297 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE2297 is #11DD68. Grayscale: #6C6C6C. Windows color (decimal): -1170793 or 9904878. OLE color: 9904878.
HSL color Cylindrical-coordinate representation of color #EE2297: hue angle of 325.59º 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 #EE2297 is Cyan = 0, Magento = 0.86, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 34 | 151 | - |
| CMYK | 0 | 0.86 | 0.37 | 0.07 |
| HSL | 325.59º | 0.86% | 0.53% | - |
| HSV(B) | 325.59º | 0.86% | 0.93% | - |
| XYZ | 41.42 | 21.56 | 31.26 | - |
| YUV | 108.33 | 152.09 | 220.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 34 | 151 | 0 | 0.86 | 0.37 | 0.07 | 325.59 | 0.86 | 0.53 |
| Hex | EE | 22 | 97 | 0 | 56 | 25 | 7 | 146 | 56 | 35 |
| Octal | 356 | 42 | 227 | 0 | 126 | 45 | 7 | 506 | 126 | 65 |
| Binary | 11101110 | 100010 | 10010111 | 0 | 1010110 | 100101 | 111 | 101000110 | 1010110 | 110101 |
Color Harmonies of #EE2297
Complementary color
Monochromatic Colors of #EE2297
Black with #EE2297
Text Example
Text Example
White with #EE2297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2297; }
p { color: rgb(238,34,151); }
H1.HeaderClassName
{
color: #EE2297;
}
.AnyTagClassName
{
color: #EE2297;
}
</style>
background-color css
<style>
a { background-color: #EE2297; }
a { background-color: rgb(238,34,151); }
div.DivClassName
{
background-color: #EE2297;
}
.BgClassName
{
background-color: #EE2297;
}
</style>
border-color css
<style>
span { border-color: #EE2297; }
span { border-color: rgb(238,34,151); }
td.TdClassName
{
border-color: #EE2297;
}
.TagClassName
{
border-color: #EE2297;
}
</style>