Shades of Persian Rose #EE2397
Tints of Persian Rose #EE2397
RGB
CMYK
RGB Variations
Color information
#EE2397 (or 0xEE2397) is known color: Persian Rose. HEX triplet: EE, 23 and 97. RGB value is (238,35,151). Sum of RGB (Red+Green+Blue) = 238+35+151=424 (56% of max value = 765). Red value is 238 (93.36% from 255 or 56.13% from 424); Green value is 35 (14.06% from 255 or 8.25% from 424); Blue value is 151 (59.38% from 255 or 35.61% from 424); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2397 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE2397 is #11DC68. Grayscale: #6C6C6C. Windows color (decimal): -1170537 or 9905134. OLE color: 9905134.
HSL color Cylindrical-coordinate representation of color #EE2397: hue angle of 325.71º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EE2397 is Cyan = 0, Magento = 0.85, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 35 | 151 | - |
| CMYK | 0 | 0.85 | 0.37 | 0.07 |
| HSL | 325.71º | 0.86% | 0.54% | - |
| HSV(B) | 325.71º | 0.85% | 0.93% | - |
| XYZ | 41.45 | 21.61 | 31.27 | - |
| YUV | 108.92 | 151.75 | 220.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 35 | 151 | 0 | 0.85 | 0.37 | 0.07 | 325.71 | 0.86 | 0.54 |
| Hex | EE | 23 | 97 | 0 | 55 | 25 | 7 | 146 | 56 | 36 |
| Octal | 356 | 43 | 227 | 0 | 125 | 45 | 7 | 506 | 126 | 66 |
| Binary | 11101110 | 100011 | 10010111 | 0 | 1010101 | 100101 | 111 | 101000110 | 1010110 | 110110 |
Color Harmonies of #EE2397
Complementary color
Monochromatic Colors of #EE2397
Black with #EE2397
Text Example
Text Example
White with #EE2397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2397; }
p { color: rgb(238,35,151); }
H1.HeaderClassName
{
color: #EE2397;
}
.AnyTagClassName
{
color: #EE2397;
}
</style>
background-color css
<style>
a { background-color: #EE2397; }
a { background-color: rgb(238,35,151); }
div.DivClassName
{
background-color: #EE2397;
}
.BgClassName
{
background-color: #EE2397;
}
</style>
border-color css
<style>
span { border-color: #EE2397; }
span { border-color: rgb(238,35,151); }
td.TdClassName
{
border-color: #EE2397;
}
.TagClassName
{
border-color: #EE2397;
}
</style>