Shades of Persian Rose #EE2295
Tints of Persian Rose #EE2295
RGB
CMYK
RGB Variations
Color information
#EE2295 (or 0xEE2295) is known color: Persian Rose. HEX triplet: EE, 22 and 95. RGB value is (238,34,149). Sum of RGB (Red+Green+Blue) = 238+34+149=421 (55% of max value = 765). Red value is 238 (93.36% from 255 or 56.53% from 421); Green value is 34 (13.67% from 255 or 8.08% from 421); Blue value is 149 (58.59% from 255 or 35.39% from 421); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2295 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE2295 is #11DD6A. Grayscale: #6B6B6B. Windows color (decimal): -1170795 or 9773806. OLE color: 9773806.
HSL color Cylindrical-coordinate representation of color #EE2295: hue angle of 326.18º 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 #EE2295 is Cyan = 0, Magento = 0.86, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 34 | 149 | - |
| CMYK | 0 | 0.86 | 0.37 | 0.07 |
| HSL | 326.18º | 0.86% | 0.53% | - |
| HSV(B) | 326.18º | 0.86% | 0.93% | - |
| XYZ | 41.26 | 21.49 | 30.41 | - |
| YUV | 108.11 | 151.09 | 220.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 34 | 149 | 0 | 0.86 | 0.37 | 0.07 | 326.18 | 0.86 | 0.53 |
| Hex | EE | 22 | 95 | 0 | 56 | 25 | 7 | 146 | 56 | 35 |
| Octal | 356 | 42 | 225 | 0 | 126 | 45 | 7 | 506 | 126 | 65 |
| Binary | 11101110 | 100010 | 10010101 | 0 | 1010110 | 100101 | 111 | 101000110 | 1010110 | 110101 |
Color Harmonies of #EE2295
Complementary color
Monochromatic Colors of #EE2295
Black with #EE2295
Text Example
Text Example
White with #EE2295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2295; }
p { color: rgb(238,34,149); }
H1.HeaderClassName
{
color: #EE2295;
}
.AnyTagClassName
{
color: #EE2295;
}
</style>
background-color css
<style>
a { background-color: #EE2295; }
a { background-color: rgb(238,34,149); }
div.DivClassName
{
background-color: #EE2295;
}
.BgClassName
{
background-color: #EE2295;
}
</style>
border-color css
<style>
span { border-color: #EE2295; }
span { border-color: rgb(238,34,149); }
td.TdClassName
{
border-color: #EE2295;
}
.TagClassName
{
border-color: #EE2295;
}
</style>