Shades of Persian Rose #EE2697
Tints of Persian Rose #EE2697
RGB
CMYK
RGB Variations
Color information
#EE2697 (or 0xEE2697) is known color: Persian Rose. HEX triplet: EE, 26 and 97. RGB value is (238,38,151). Sum of RGB (Red+Green+Blue) = 238+38+151=427 (56% of max value = 765). Red value is 238 (93.36% from 255 or 55.74% from 427); Green value is 38 (15.23% from 255 or 8.90% from 427); Blue value is 151 (59.38% from 255 or 35.36% from 427); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2697 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE2697 is #11D968. Grayscale: #6E6E6E. Windows color (decimal): -1169769 or 9905902. OLE color: 9905902.
HSL color Cylindrical-coordinate representation of color #EE2697: hue angle of 326.1º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EE2697 is Cyan = 0, Magento = 0.84, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 38 | 151 | - |
| CMYK | 0 | 0.84 | 0.37 | 0.07 |
| HSL | 326.1º | 0.85% | 0.54% | - |
| HSV(B) | 326.1º | 0.84% | 0.93% | - |
| XYZ | 41.54 | 21.8 | 31.3 | - |
| YUV | 110.68 | 150.76 | 218.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 38 | 151 | 0 | 0.84 | 0.37 | 0.07 | 326.1 | 0.85 | 0.54 |
| Hex | EE | 26 | 97 | 0 | 54 | 25 | 7 | 146 | 55 | 36 |
| Octal | 356 | 46 | 227 | 0 | 124 | 45 | 7 | 506 | 125 | 66 |
| Binary | 11101110 | 100110 | 10010111 | 0 | 1010100 | 100101 | 111 | 101000110 | 1010101 | 110110 |
Color Harmonies of #EE2697
Complementary color
Monochromatic Colors of #EE2697
Black with #EE2697
Text Example
Text Example
White with #EE2697
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2697; }
p { color: rgb(238,38,151); }
H1.HeaderClassName
{
color: #EE2697;
}
.AnyTagClassName
{
color: #EE2697;
}
</style>
background-color css
<style>
a { background-color: #EE2697; }
a { background-color: rgb(238,38,151); }
div.DivClassName
{
background-color: #EE2697;
}
.BgClassName
{
background-color: #EE2697;
}
</style>
border-color css
<style>
span { border-color: #EE2697; }
span { border-color: rgb(238,38,151); }
td.TdClassName
{
border-color: #EE2697;
}
.TagClassName
{
border-color: #EE2697;
}
</style>