Shades of Persian Rose #EE27AB
Tints of Persian Rose #EE27AB
RGB
CMYK
RGB Variations
Color information
#EE27AB (or 0xEE27AB) is known color: Persian Rose. HEX triplet: EE, 27 and AB. RGB value is (238,39,171). Sum of RGB (Red+Green+Blue) = 238+39+171=448 (59% of max value = 765). Red value is 238 (93.36% from 255 or 53.12% from 448); Green value is 39 (15.62% from 255 or 8.71% from 448); Blue value is 171 (67.19% from 255 or 38.17% from 448); Max value from RGB is 238 - color contains mainly: red. Hex color #EE27AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE27AB is #11D854. Grayscale: #717171. Windows color (decimal): -1169493 or 11216878. OLE color: 11216878.
HSL color Cylindrical-coordinate representation of color #EE27AB: hue angle of 320.2º 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 #EE27AB is Cyan = 0, Magento = 0.84, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 39 | 171 | - |
| CMYK | 0 | 0.84 | 0.28 | 0.07 |
| HSL | 320.2º | 0.85% | 0.54% | - |
| HSV(B) | 320.2º | 0.84% | 0.93% | - |
| XYZ | 43.34 | 22.57 | 40.6 | - |
| YUV | 113.55 | 160.43 | 216.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 39 | 171 | 0 | 0.84 | 0.28 | 0.07 | 320.2 | 0.85 | 0.54 |
| Hex | EE | 27 | AB | 0 | 54 | 1C | 7 | 140 | 55 | 36 |
| Octal | 356 | 47 | 253 | 0 | 124 | 34 | 7 | 500 | 125 | 66 |
| Binary | 11101110 | 100111 | 10101011 | 0 | 1010100 | 11100 | 111 | 101000000 | 1010101 | 110110 |
Color Harmonies of #EE27AB
Complementary color
Monochromatic Colors of #EE27AB
Black with #EE27AB
Text Example
Text Example
White with #EE27AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE27AB; }
p { color: rgb(238,39,171); }
H1.HeaderClassName
{
color: #EE27AB;
}
.AnyTagClassName
{
color: #EE27AB;
}
</style>
background-color css
<style>
a { background-color: #EE27AB; }
a { background-color: rgb(238,39,171); }
div.DivClassName
{
background-color: #EE27AB;
}
.BgClassName
{
background-color: #EE27AB;
}
</style>
border-color css
<style>
span { border-color: #EE27AB; }
span { border-color: rgb(238,39,171); }
td.TdClassName
{
border-color: #EE27AB;
}
.TagClassName
{
border-color: #EE27AB;
}
</style>