Shades of Persian Rose #EF2CAC
Tints of Persian Rose #EF2CAC
RGB
CMYK
RGB Variations
Color information
#EF2CAC (or 0xEF2CAC) is known color: Persian Rose. HEX triplet: EF, 2C and AC. RGB value is (239,44,172). Sum of RGB (Red+Green+Blue) = 239+44+172=455 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.53% from 455); Green value is 44 (17.58% from 255 or 9.67% from 455); Blue value is 172 (67.58% from 255 or 37.80% from 455); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2CAC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF2CAC is #10D353. Grayscale: #747474. Windows color (decimal): -1102676 or 11283695. OLE color: 11283695.
HSL color Cylindrical-coordinate representation of color #EF2CAC: hue angle of 320.62º 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 #EF2CAC is Cyan = 0, Magento = 0.82, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 44 | 172 | - |
| CMYK | 0 | 0.82 | 0.28 | 0.06 |
| HSL | 320.62º | 0.86% | 0.55% | - |
| HSV(B) | 320.62º | 0.82% | 0.94% | - |
| XYZ | 43.94 | 23.13 | 41.18 | - |
| YUV | 116.9 | 159.1 | 215.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 44 | 172 | 0 | 0.82 | 0.28 | 0.06 | 320.62 | 0.86 | 0.55 |
| Hex | EF | 2C | AC | 0 | 52 | 1C | 6 | 141 | 56 | 37 |
| Octal | 357 | 54 | 254 | 0 | 122 | 34 | 6 | 501 | 126 | 67 |
| Binary | 11101111 | 101100 | 10101100 | 0 | 1010010 | 11100 | 110 | 101000001 | 1010110 | 110111 |
Color Harmonies of #EF2CAC
Complementary color
Monochromatic Colors of #EF2CAC
Black with #EF2CAC
Text Example
Text Example
White with #EF2CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2CAC; }
p { color: rgb(239,44,172); }
H1.HeaderClassName
{
color: #EF2CAC;
}
.AnyTagClassName
{
color: #EF2CAC;
}
</style>
background-color css
<style>
a { background-color: #EF2CAC; }
a { background-color: rgb(239,44,172); }
div.DivClassName
{
background-color: #EF2CAC;
}
.BgClassName
{
background-color: #EF2CAC;
}
</style>
border-color css
<style>
span { border-color: #EF2CAC; }
span { border-color: rgb(239,44,172); }
td.TdClassName
{
border-color: #EF2CAC;
}
.TagClassName
{
border-color: #EF2CAC;
}
</style>