Shades of Persian Rose #EF2AAD
Tints of Persian Rose #EF2AAD
RGB
CMYK
RGB Variations
Color information
#EF2AAD (or 0xEF2AAD) is known color: Persian Rose. HEX triplet: EF, 2A and AD. RGB value is (239,42,173). Sum of RGB (Red+Green+Blue) = 239+42+173=454 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.64% from 454); Green value is 42 (16.80% from 255 or 9.25% from 454); Blue value is 173 (67.97% from 255 or 38.11% from 454); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2AAD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF2AAD is #10D552. Grayscale: #737373. Windows color (decimal): -1103187 or 11348719. OLE color: 11348719.
HSL color Cylindrical-coordinate representation of color #EF2AAD: hue angle of 320.1º 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 #EF2AAD is Cyan = 0, Magento = 0.82, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 42 | 173 | - |
| CMYK | 0 | 0.82 | 0.28 | 0.06 |
| HSL | 320.1º | 0.86% | 0.55% | - |
| HSV(B) | 320.1º | 0.82% | 0.94% | - |
| XYZ | 43.97 | 23.02 | 41.66 | - |
| YUV | 115.84 | 160.27 | 215.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 42 | 173 | 0 | 0.82 | 0.28 | 0.06 | 320.1 | 0.86 | 0.55 |
| Hex | EF | 2A | AD | 0 | 52 | 1C | 6 | 140 | 56 | 37 |
| Octal | 357 | 52 | 255 | 0 | 122 | 34 | 6 | 500 | 126 | 67 |
| Binary | 11101111 | 101010 | 10101101 | 0 | 1010010 | 11100 | 110 | 101000000 | 1010110 | 110111 |
Color Harmonies of #EF2AAD
Complementary color
Monochromatic Colors of #EF2AAD
Black with #EF2AAD
Text Example
Text Example
White with #EF2AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2AAD; }
p { color: rgb(239,42,173); }
H1.HeaderClassName
{
color: #EF2AAD;
}
.AnyTagClassName
{
color: #EF2AAD;
}
</style>
background-color css
<style>
a { background-color: #EF2AAD; }
a { background-color: rgb(239,42,173); }
div.DivClassName
{
background-color: #EF2AAD;
}
.BgClassName
{
background-color: #EF2AAD;
}
</style>
border-color css
<style>
span { border-color: #EF2AAD; }
span { border-color: rgb(239,42,173); }
td.TdClassName
{
border-color: #EF2AAD;
}
.TagClassName
{
border-color: #EF2AAD;
}
</style>