Shades of Persian Rose #EF32AB
Tints of Persian Rose #EF32AB
RGB
CMYK
RGB Variations
Color information
#EF32AB (or 0xEF32AB) is known color: Persian Rose. HEX triplet: EF, 32 and AB. RGB value is (239,50,171). Sum of RGB (Red+Green+Blue) = 239+50+171=460 (60% of max value = 765). Red value is 239 (93.75% from 255 or 51.96% from 460); Green value is 50 (19.92% from 255 or 10.87% from 460); Blue value is 171 (67.19% from 255 or 37.17% from 460); Max value from RGB is 239 - color contains mainly: red. Hex color #EF32AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF32AB is #10CD54. Grayscale: #787878. Windows color (decimal): -1101141 or 11219695. OLE color: 11219695.
HSL color Cylindrical-coordinate representation of color #EF32AB: hue angle of 321.59º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EF32AB is Cyan = 0, Magento = 0.79, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 50 | 171 | - |
| CMYK | 0 | 0.79 | 0.28 | 0.06 |
| HSL | 321.59º | 0.86% | 0.57% | - |
| HSV(B) | 321.59º | 0.79% | 0.94% | - |
| XYZ | 44.09 | 23.57 | 40.75 | - |
| YUV | 120.31 | 156.62 | 212.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 50 | 171 | 0 | 0.79 | 0.28 | 0.06 | 321.59 | 0.86 | 0.57 |
| Hex | EF | 32 | AB | 0 | 4F | 1C | 6 | 142 | 56 | 39 |
| Octal | 357 | 62 | 253 | 0 | 117 | 34 | 6 | 502 | 126 | 71 |
| Binary | 11101111 | 110010 | 10101011 | 0 | 1001111 | 11100 | 110 | 101000010 | 1010110 | 111001 |
Color Harmonies of #EF32AB
Complementary color
Monochromatic Colors of #EF32AB
Black with #EF32AB
Text Example
Text Example
White with #EF32AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF32AB; }
p { color: rgb(239,50,171); }
H1.HeaderClassName
{
color: #EF32AB;
}
.AnyTagClassName
{
color: #EF32AB;
}
</style>
background-color css
<style>
a { background-color: #EF32AB; }
a { background-color: rgb(239,50,171); }
div.DivClassName
{
background-color: #EF32AB;
}
.BgClassName
{
background-color: #EF32AB;
}
</style>
border-color css
<style>
span { border-color: #EF32AB; }
span { border-color: rgb(239,50,171); }
td.TdClassName
{
border-color: #EF32AB;
}
.TagClassName
{
border-color: #EF32AB;
}
</style>