Shades of Persian Rose #EF2FAC
Tints of Persian Rose #EF2FAC
RGB
CMYK
RGB Variations
Color information
#EF2FAC (or 0xEF2FAC) is known color: Persian Rose. HEX triplet: EF, 2F and AC. RGB value is (239,47,172). Sum of RGB (Red+Green+Blue) = 239+47+172=458 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.18% from 458); Green value is 47 (18.75% from 255 or 10.26% from 458); Blue value is 172 (67.58% from 255 or 37.55% from 458); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2FAC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF2FAC is #10D053. Grayscale: #767676. Windows color (decimal): -1101908 or 11284463. OLE color: 11284463.
HSL color Cylindrical-coordinate representation of color #EF2FAC: hue angle of 320.94º 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 #EF2FAC is Cyan = 0, Magento = 0.80, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 47 | 172 | - |
| CMYK | 0 | 0.80 | 0.28 | 0.06 |
| HSL | 320.94º | 0.86% | 0.56% | - |
| HSV(B) | 320.94º | 0.8% | 0.94% | - |
| XYZ | 44.06 | 23.36 | 41.22 | - |
| YUV | 118.66 | 158.11 | 213.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 47 | 172 | 0 | 0.80 | 0.28 | 0.06 | 320.94 | 0.86 | 0.56 |
| Hex | EF | 2F | AC | 0 | 50 | 1C | 6 | 141 | 56 | 38 |
| Octal | 357 | 57 | 254 | 0 | 120 | 34 | 6 | 501 | 126 | 70 |
| Binary | 11101111 | 101111 | 10101100 | 0 | 1010000 | 11100 | 110 | 101000001 | 1010110 | 111000 |
Color Harmonies of #EF2FAC
Complementary color
Monochromatic Colors of #EF2FAC
Black with #EF2FAC
Text Example
Text Example
White with #EF2FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2FAC; }
p { color: rgb(239,47,172); }
H1.HeaderClassName
{
color: #EF2FAC;
}
.AnyTagClassName
{
color: #EF2FAC;
}
</style>
background-color css
<style>
a { background-color: #EF2FAC; }
a { background-color: rgb(239,47,172); }
div.DivClassName
{
background-color: #EF2FAC;
}
.BgClassName
{
background-color: #EF2FAC;
}
</style>
border-color css
<style>
span { border-color: #EF2FAC; }
span { border-color: rgb(239,47,172); }
td.TdClassName
{
border-color: #EF2FAC;
}
.TagClassName
{
border-color: #EF2FAC;
}
</style>