Shades of Persian Rose #EF2AAC
Tints of Persian Rose #EF2AAC
RGB
CMYK
RGB Variations
Color information
#EF2AAC (or 0xEF2AAC) is known color: Persian Rose. HEX triplet: EF, 2A and AC. RGB value is (239,42,172). Sum of RGB (Red+Green+Blue) = 239+42+172=453 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.76% from 453); Green value is 42 (16.80% from 255 or 9.27% from 453); Blue value is 172 (67.58% from 255 or 37.97% from 453); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2AAC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF2AAC is #10D553. Grayscale: #737373. Windows color (decimal): -1103188 or 11283183. OLE color: 11283183.
HSL color Cylindrical-coordinate representation of color #EF2AAC: hue angle of 320.41º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EF2AAC is Cyan = 0, Magento = 0.82, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 42 | 172 | - |
| CMYK | 0 | 0.82 | 0.28 | 0.06 |
| HSL | 320.41º | 0.86% | 0.55% | - |
| HSV(B) | 320.41º | 0.82% | 0.94% | - |
| XYZ | 43.87 | 22.99 | 41.15 | - |
| YUV | 115.72 | 159.77 | 215.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 42 | 172 | 0 | 0.82 | 0.28 | 0.06 | 320.41 | 0.86 | 0.55 |
| Hex | EF | 2A | AC | 0 | 52 | 1C | 6 | 140 | 56 | 37 |
| Octal | 357 | 52 | 254 | 0 | 122 | 34 | 6 | 500 | 126 | 67 |
| Binary | 11101111 | 101010 | 10101100 | 0 | 1010010 | 11100 | 110 | 101000000 | 1010110 | 110111 |
Color Harmonies of #EF2AAC
Complementary color
Monochromatic Colors of #EF2AAC
Black with #EF2AAC
Text Example
Text Example
White with #EF2AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2AAC; }
p { color: rgb(239,42,172); }
H1.HeaderClassName
{
color: #EF2AAC;
}
.AnyTagClassName
{
color: #EF2AAC;
}
</style>
background-color css
<style>
a { background-color: #EF2AAC; }
a { background-color: rgb(239,42,172); }
div.DivClassName
{
background-color: #EF2AAC;
}
.BgClassName
{
background-color: #EF2AAC;
}
</style>
border-color css
<style>
span { border-color: #EF2AAC; }
span { border-color: rgb(239,42,172); }
td.TdClassName
{
border-color: #EF2AAC;
}
.TagClassName
{
border-color: #EF2AAC;
}
</style>