Shades of Persian Rose #EE229E
Tints of Persian Rose #EE229E
RGB
CMYK
RGB Variations
Color information
#EE229E (or 0xEE229E) is known color: Persian Rose. HEX triplet: EE, 22 and 9E. RGB value is (238,34,158). Sum of RGB (Red+Green+Blue) = 238+34+158=430 (56% of max value = 765). Red value is 238 (93.36% from 255 or 55.35% from 430); Green value is 34 (13.67% from 255 or 7.91% from 430); Blue value is 158 (62.11% from 255 or 36.74% from 430); Max value from RGB is 238 - color contains mainly: red. Hex color #EE229E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE229E is #11DD61. Grayscale: #6C6C6C. Windows color (decimal): -1170786 or 10363630. OLE color: 10363630.
HSL color Cylindrical-coordinate representation of color #EE229E: hue angle of 323.53º 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 #EE229E is Cyan = 0, Magento = 0.86, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 34 | 158 | - |
| CMYK | 0 | 0.86 | 0.34 | 0.07 |
| HSL | 323.53º | 0.86% | 0.53% | - |
| HSV(B) | 323.53º | 0.86% | 0.93% | - |
| XYZ | 42 | 21.79 | 34.34 | - |
| YUV | 109.13 | 155.59 | 219.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 34 | 158 | 0 | 0.86 | 0.34 | 0.07 | 323.53 | 0.86 | 0.53 |
| Hex | EE | 22 | 9E | 0 | 56 | 22 | 7 | 144 | 56 | 35 |
| Octal | 356 | 42 | 236 | 0 | 126 | 42 | 7 | 504 | 126 | 65 |
| Binary | 11101110 | 100010 | 10011110 | 0 | 1010110 | 100010 | 111 | 101000100 | 1010110 | 110101 |
Color Harmonies of #EE229E
Complementary color
Monochromatic Colors of #EE229E
Black with #EE229E
Text Example
Text Example
White with #EE229E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE229E; }
p { color: rgb(238,34,158); }
H1.HeaderClassName
{
color: #EE229E;
}
.AnyTagClassName
{
color: #EE229E;
}
</style>
background-color css
<style>
a { background-color: #EE229E; }
a { background-color: rgb(238,34,158); }
div.DivClassName
{
background-color: #EE229E;
}
.BgClassName
{
background-color: #EE229E;
}
</style>
border-color css
<style>
span { border-color: #EE229E; }
span { border-color: rgb(238,34,158); }
td.TdClassName
{
border-color: #EE229E;
}
.TagClassName
{
border-color: #EE229E;
}
</style>