Shades of Persian Rose #EF2FAA
Tints of Persian Rose #EF2FAA
RGB
CMYK
RGB Variations
Color information
#EF2FAA (or 0xEF2FAA) is known color: Persian Rose. HEX triplet: EF, 2F and AA. RGB value is (239,47,170). Sum of RGB (Red+Green+Blue) = 239+47+170=456 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.41% from 456); Green value is 47 (18.75% from 255 or 10.31% from 456); Blue value is 170 (66.80% from 255 or 37.28% from 456); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2FAA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF2FAA is #10D055. Grayscale: #767676. Windows color (decimal): -1101910 or 11153391. OLE color: 11153391.
HSL color Cylindrical-coordinate representation of color #EF2FAA: hue angle of 321.56º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EF2FAA is Cyan = 0, Magento = 0.80, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 47 | 170 | - |
| CMYK | 0 | 0.80 | 0.29 | 0.06 |
| HSL | 321.56º | 0.86% | 0.56% | - |
| HSV(B) | 321.56º | 0.8% | 0.94% | - |
| XYZ | 43.87 | 23.29 | 40.21 | - |
| YUV | 118.43 | 157.11 | 214 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 47 | 170 | 0 | 0.80 | 0.29 | 0.06 | 321.56 | 0.86 | 0.56 |
| Hex | EF | 2F | AA | 0 | 50 | 1D | 6 | 142 | 56 | 38 |
| Octal | 357 | 57 | 252 | 0 | 120 | 35 | 6 | 502 | 126 | 70 |
| Binary | 11101111 | 101111 | 10101010 | 0 | 1010000 | 11101 | 110 | 101000010 | 1010110 | 111000 |
Color Harmonies of #EF2FAA
Complementary color
Monochromatic Colors of #EF2FAA
Black with #EF2FAA
Text Example
Text Example
White with #EF2FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2FAA; }
p { color: rgb(239,47,170); }
H1.HeaderClassName
{
color: #EF2FAA;
}
.AnyTagClassName
{
color: #EF2FAA;
}
</style>
background-color css
<style>
a { background-color: #EF2FAA; }
a { background-color: rgb(239,47,170); }
div.DivClassName
{
background-color: #EF2FAA;
}
.BgClassName
{
background-color: #EF2FAA;
}
</style>
border-color css
<style>
span { border-color: #EF2FAA; }
span { border-color: rgb(239,47,170); }
td.TdClassName
{
border-color: #EF2FAA;
}
.TagClassName
{
border-color: #EF2FAA;
}
</style>