Shades of Persian Rose #EF34AB
Tints of Persian Rose #EF34AB
RGB
CMYK
RGB Variations
Color information
#EF34AB (or 0xEF34AB) is known color: Persian Rose. HEX triplet: EF, 34 and AB. RGB value is (239,52,171). Sum of RGB (Red+Green+Blue) = 239+52+171=462 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.73% from 462); Green value is 52 (20.70% from 255 or 11.26% from 462); Blue value is 171 (67.19% from 255 or 37.01% from 462); Max value from RGB is 239 - color contains mainly: red. Hex color #EF34AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF34AB is #10CB54. Grayscale: #797979. Windows color (decimal): -1100629 or 11220207. OLE color: 11220207.
HSL color Cylindrical-coordinate representation of color #EF34AB: hue angle of 321.82º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EF34AB is Cyan = 0, Magento = 0.78, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 52 | 171 | - |
| CMYK | 0 | 0.78 | 0.28 | 0.06 |
| HSL | 321.82º | 0.85% | 0.57% | - |
| HSV(B) | 321.82º | 0.78% | 0.94% | - |
| XYZ | 44.18 | 23.75 | 40.78 | - |
| YUV | 121.48 | 155.95 | 211.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 52 | 171 | 0 | 0.78 | 0.28 | 0.06 | 321.82 | 0.85 | 0.57 |
| Hex | EF | 34 | AB | 0 | 4E | 1C | 6 | 142 | 55 | 39 |
| Octal | 357 | 64 | 253 | 0 | 116 | 34 | 6 | 502 | 125 | 71 |
| Binary | 11101111 | 110100 | 10101011 | 0 | 1001110 | 11100 | 110 | 101000010 | 1010101 | 111001 |
Color Harmonies of #EF34AB
Complementary color
Monochromatic Colors of #EF34AB
Black with #EF34AB
Text Example
Text Example
White with #EF34AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF34AB; }
p { color: rgb(239,52,171); }
H1.HeaderClassName
{
color: #EF34AB;
}
.AnyTagClassName
{
color: #EF34AB;
}
</style>
background-color css
<style>
a { background-color: #EF34AB; }
a { background-color: rgb(239,52,171); }
div.DivClassName
{
background-color: #EF34AB;
}
.BgClassName
{
background-color: #EF34AB;
}
</style>
border-color css
<style>
span { border-color: #EF34AB; }
span { border-color: rgb(239,52,171); }
td.TdClassName
{
border-color: #EF34AB;
}
.TagClassName
{
border-color: #EF34AB;
}
</style>