Shades of Persian Rose #EE27A8
Tints of Persian Rose #EE27A8
RGB
CMYK
RGB Variations
Color information
#EE27A8 (or 0xEE27A8) is known color: Persian Rose. HEX triplet: EE, 27 and A8. RGB value is (238,39,168). Sum of RGB (Red+Green+Blue) = 238+39+168=445 (58% of max value = 765). Red value is 238 (93.36% from 255 or 53.48% from 445); Green value is 39 (15.62% from 255 or 8.76% from 445); Blue value is 168 (66.02% from 255 or 37.75% from 445); Max value from RGB is 238 - color contains mainly: red. Hex color #EE27A8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE27A8 is #11D857. Grayscale: #707070. Windows color (decimal): -1169496 or 11020270. OLE color: 11020270.
HSL color Cylindrical-coordinate representation of color #EE27A8: hue angle of 321.11º 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 #EE27A8 is Cyan = 0, Magento = 0.84, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 39 | 168 | - |
| CMYK | 0 | 0.84 | 0.29 | 0.07 |
| HSL | 321.11º | 0.85% | 0.54% | - |
| HSV(B) | 321.11º | 0.84% | 0.93% | - |
| XYZ | 43.05 | 22.46 | 39.11 | - |
| YUV | 113.21 | 158.93 | 217.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 39 | 168 | 0 | 0.84 | 0.29 | 0.07 | 321.11 | 0.85 | 0.54 |
| Hex | EE | 27 | A8 | 0 | 54 | 1D | 7 | 141 | 55 | 36 |
| Octal | 356 | 47 | 250 | 0 | 124 | 35 | 7 | 501 | 125 | 66 |
| Binary | 11101110 | 100111 | 10101000 | 0 | 1010100 | 11101 | 111 | 101000001 | 1010101 | 110110 |
Color Harmonies of #EE27A8
Complementary color
Monochromatic Colors of #EE27A8
Black with #EE27A8
Text Example
Text Example
White with #EE27A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE27A8; }
p { color: rgb(238,39,168); }
H1.HeaderClassName
{
color: #EE27A8;
}
.AnyTagClassName
{
color: #EE27A8;
}
</style>
background-color css
<style>
a { background-color: #EE27A8; }
a { background-color: rgb(238,39,168); }
div.DivClassName
{
background-color: #EE27A8;
}
.BgClassName
{
background-color: #EE27A8;
}
</style>
border-color css
<style>
span { border-color: #EE27A8; }
span { border-color: rgb(238,39,168); }
td.TdClassName
{
border-color: #EE27A8;
}
.TagClassName
{
border-color: #EE27A8;
}
</style>