Shades of Persian Rose #EE31A8
Tints of Persian Rose #EE31A8
RGB
CMYK
RGB Variations
Color information
#EE31A8 (or 0xEE31A8) is known color: Persian Rose. HEX triplet: EE, 31 and A8. RGB value is (238,49,168). Sum of RGB (Red+Green+Blue) = 238+49+168=455 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.31% from 455); Green value is 49 (19.53% from 255 or 10.77% from 455); Blue value is 168 (66.02% from 255 or 36.92% from 455); Max value from RGB is 238 - color contains mainly: red. Hex color #EE31A8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE31A8 is #11CE57. Grayscale: #767676. Windows color (decimal): -1166936 or 11022830. OLE color: 11022830.
HSL color Cylindrical-coordinate representation of color #EE31A8: hue angle of 322.22º 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 #EE31A8 is Cyan = 0, Magento = 0.79, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 49 | 168 | - |
| CMYK | 0 | 0.79 | 0.29 | 0.07 |
| HSL | 322.22º | 0.85% | 0.56% | - |
| HSV(B) | 322.22º | 0.79% | 0.93% | - |
| XYZ | 43.43 | 23.2 | 39.24 | - |
| YUV | 119.08 | 155.62 | 212.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 49 | 168 | 0 | 0.79 | 0.29 | 0.07 | 322.22 | 0.85 | 0.56 |
| Hex | EE | 31 | A8 | 0 | 4F | 1D | 7 | 142 | 55 | 38 |
| Octal | 356 | 61 | 250 | 0 | 117 | 35 | 7 | 502 | 125 | 70 |
| Binary | 11101110 | 110001 | 10101000 | 0 | 1001111 | 11101 | 111 | 101000010 | 1010101 | 111000 |
Color Harmonies of #EE31A8
Complementary color
Monochromatic Colors of #EE31A8
Black with #EE31A8
Text Example
Text Example
White with #EE31A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE31A8; }
p { color: rgb(238,49,168); }
H1.HeaderClassName
{
color: #EE31A8;
}
.AnyTagClassName
{
color: #EE31A8;
}
</style>
background-color css
<style>
a { background-color: #EE31A8; }
a { background-color: rgb(238,49,168); }
div.DivClassName
{
background-color: #EE31A8;
}
.BgClassName
{
background-color: #EE31A8;
}
</style>
border-color css
<style>
span { border-color: #EE31A8; }
span { border-color: rgb(238,49,168); }
td.TdClassName
{
border-color: #EE31A8;
}
.TagClassName
{
border-color: #EE31A8;
}
</style>