Shades of Persian Rose #EE29AB
Tints of Persian Rose #EE29AB
RGB
CMYK
RGB Variations
Color information
#EE29AB (or 0xEE29AB) is known color: Persian Rose. HEX triplet: EE, 29 and AB. RGB value is (238,41,171). Sum of RGB (Red+Green+Blue) = 238+41+171=450 (59% of max value = 765). Red value is 238 (93.36% from 255 or 52.89% from 450); Green value is 41 (16.41% from 255 or 9.11% from 450); Blue value is 171 (67.19% from 255 or 38% from 450); Max value from RGB is 238 - color contains mainly: red. Hex color #EE29AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE29AB is #11D654. Grayscale: #727272. Windows color (decimal): -1168981 or 11217390. OLE color: 11217390.
HSL color Cylindrical-coordinate representation of color #EE29AB: hue angle of 320.41º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EE29AB is Cyan = 0, Magento = 0.83, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 41 | 171 | - |
| CMYK | 0 | 0.83 | 0.28 | 0.07 |
| HSL | 320.41º | 0.85% | 0.55% | - |
| HSV(B) | 320.41º | 0.83% | 0.93% | - |
| XYZ | 43.4 | 22.7 | 40.62 | - |
| YUV | 114.72 | 159.77 | 215.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 41 | 171 | 0 | 0.83 | 0.28 | 0.07 | 320.41 | 0.85 | 0.55 |
| Hex | EE | 29 | AB | 0 | 53 | 1C | 7 | 140 | 55 | 37 |
| Octal | 356 | 51 | 253 | 0 | 123 | 34 | 7 | 500 | 125 | 67 |
| Binary | 11101110 | 101001 | 10101011 | 0 | 1010011 | 11100 | 111 | 101000000 | 1010101 | 110111 |
Color Harmonies of #EE29AB
Complementary color
Monochromatic Colors of #EE29AB
Black with #EE29AB
Text Example
Text Example
White with #EE29AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE29AB; }
p { color: rgb(238,41,171); }
H1.HeaderClassName
{
color: #EE29AB;
}
.AnyTagClassName
{
color: #EE29AB;
}
</style>
background-color css
<style>
a { background-color: #EE29AB; }
a { background-color: rgb(238,41,171); }
div.DivClassName
{
background-color: #EE29AB;
}
.BgClassName
{
background-color: #EE29AB;
}
</style>
border-color css
<style>
span { border-color: #EE29AB; }
span { border-color: rgb(238,41,171); }
td.TdClassName
{
border-color: #EE29AB;
}
.TagClassName
{
border-color: #EE29AB;
}
</style>