Shades of Persian Rose #EE2FAB
Tints of Persian Rose #EE2FAB
RGB
CMYK
RGB Variations
Color information
#EE2FAB (or 0xEE2FAB) is known color: Persian Rose. HEX triplet: EE, 2F and AB. RGB value is (238,47,171). Sum of RGB (Red+Green+Blue) = 238+47+171=456 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.19% from 456); Green value is 47 (18.75% from 255 or 10.31% from 456); Blue value is 171 (67.19% from 255 or 37.5% from 456); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2FAB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE2FAB is #11D054. Grayscale: #757575. Windows color (decimal): -1167445 or 11218926. OLE color: 11218926.
HSL color Cylindrical-coordinate representation of color #EE2FAB: hue angle of 321.05º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EE2FAB is Cyan = 0, Magento = 0.80, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 47 | 171 | - |
| CMYK | 0 | 0.80 | 0.28 | 0.07 |
| HSL | 321.05º | 0.85% | 0.56% | - |
| HSV(B) | 321.05º | 0.8% | 0.93% | - |
| XYZ | 43.63 | 23.15 | 40.7 | - |
| YUV | 118.25 | 157.78 | 213.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 47 | 171 | 0 | 0.80 | 0.28 | 0.07 | 321.05 | 0.85 | 0.56 |
| Hex | EE | 2F | AB | 0 | 50 | 1C | 7 | 141 | 55 | 38 |
| Octal | 356 | 57 | 253 | 0 | 120 | 34 | 7 | 501 | 125 | 70 |
| Binary | 11101110 | 101111 | 10101011 | 0 | 1010000 | 11100 | 111 | 101000001 | 1010101 | 111000 |
Color Harmonies of #EE2FAB
Complementary color
Monochromatic Colors of #EE2FAB
Black with #EE2FAB
Text Example
Text Example
White with #EE2FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2FAB; }
p { color: rgb(238,47,171); }
H1.HeaderClassName
{
color: #EE2FAB;
}
.AnyTagClassName
{
color: #EE2FAB;
}
</style>
background-color css
<style>
a { background-color: #EE2FAB; }
a { background-color: rgb(238,47,171); }
div.DivClassName
{
background-color: #EE2FAB;
}
.BgClassName
{
background-color: #EE2FAB;
}
</style>
border-color css
<style>
span { border-color: #EE2FAB; }
span { border-color: rgb(238,47,171); }
td.TdClassName
{
border-color: #EE2FAB;
}
.TagClassName
{
border-color: #EE2FAB;
}
</style>