Shades of Persian Rose #EE32AB
Tints of Persian Rose #EE32AB
RGB
CMYK
RGB Variations
Color information
#EE32AB (or 0xEE32AB) is known color: Persian Rose. HEX triplet: EE, 32 and AB. RGB value is (238,50,171). Sum of RGB (Red+Green+Blue) = 238+50+171=459 (60% of max value = 765). Red value is 238 (93.36% from 255 or 51.85% from 459); Green value is 50 (19.92% from 255 or 10.89% from 459); Blue value is 171 (67.19% from 255 or 37.25% from 459); Max value from RGB is 238 - color contains mainly: red. Hex color #EE32AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE32AB is #11CD54. Grayscale: #777777. Windows color (decimal): -1166677 or 11219694. OLE color: 11219694.
HSL color Cylindrical-coordinate representation of color #EE32AB: hue angle of 321.38º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EE32AB is Cyan = 0, Magento = 0.79, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 50 | 171 | - |
| CMYK | 0 | 0.79 | 0.28 | 0.07 |
| HSL | 321.38º | 0.85% | 0.56% | - |
| HSV(B) | 321.38º | 0.79% | 0.93% | - |
| XYZ | 43.75 | 23.4 | 40.74 | - |
| YUV | 120.01 | 156.78 | 212.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 50 | 171 | 0 | 0.79 | 0.28 | 0.07 | 321.38 | 0.85 | 0.56 |
| Hex | EE | 32 | AB | 0 | 4F | 1C | 7 | 141 | 55 | 38 |
| Octal | 356 | 62 | 253 | 0 | 117 | 34 | 7 | 501 | 125 | 70 |
| Binary | 11101110 | 110010 | 10101011 | 0 | 1001111 | 11100 | 111 | 101000001 | 1010101 | 111000 |
Color Harmonies of #EE32AB
Complementary color
Monochromatic Colors of #EE32AB
Black with #EE32AB
Text Example
Text Example
White with #EE32AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE32AB; }
p { color: rgb(238,50,171); }
H1.HeaderClassName
{
color: #EE32AB;
}
.AnyTagClassName
{
color: #EE32AB;
}
</style>
background-color css
<style>
a { background-color: #EE32AB; }
a { background-color: rgb(238,50,171); }
div.DivClassName
{
background-color: #EE32AB;
}
.BgClassName
{
background-color: #EE32AB;
}
</style>
border-color css
<style>
span { border-color: #EE32AB; }
span { border-color: rgb(238,50,171); }
td.TdClassName
{
border-color: #EE32AB;
}
.TagClassName
{
border-color: #EE32AB;
}
</style>