Shades of Persian Rose #EF2EAD
Tints of Persian Rose #EF2EAD
RGB
CMYK
RGB Variations
Color information
#EF2EAD (or 0xEF2EAD) is known color: Persian Rose. HEX triplet: EF, 2E and AD. RGB value is (239,46,173). Sum of RGB (Red+Green+Blue) = 239+46+173=458 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.18% from 458); Green value is 46 (18.36% from 255 or 10.04% from 458); Blue value is 173 (67.97% from 255 or 37.77% from 458); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2EAD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF2EAD is #10D152. Grayscale: #757575. Windows color (decimal): -1102163 or 11349743. OLE color: 11349743.
HSL color Cylindrical-coordinate representation of color #EF2EAD: hue angle of 320.52º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EF2EAD is Cyan = 0, Magento = 0.81, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 46 | 173 | - |
| CMYK | 0 | 0.81 | 0.28 | 0.06 |
| HSL | 320.52º | 0.86% | 0.56% | - |
| HSV(B) | 320.52º | 0.81% | 0.94% | - |
| XYZ | 44.12 | 23.32 | 41.71 | - |
| YUV | 118.19 | 158.94 | 214.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 46 | 173 | 0 | 0.81 | 0.28 | 0.06 | 320.52 | 0.86 | 0.56 |
| Hex | EF | 2E | AD | 0 | 51 | 1C | 6 | 141 | 56 | 38 |
| Octal | 357 | 56 | 255 | 0 | 121 | 34 | 6 | 501 | 126 | 70 |
| Binary | 11101111 | 101110 | 10101101 | 0 | 1010001 | 11100 | 110 | 101000001 | 1010110 | 111000 |
Color Harmonies of #EF2EAD
Complementary color
Monochromatic Colors of #EF2EAD
Black with #EF2EAD
Text Example
Text Example
White with #EF2EAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2EAD; }
p { color: rgb(239,46,173); }
H1.HeaderClassName
{
color: #EF2EAD;
}
.AnyTagClassName
{
color: #EF2EAD;
}
</style>
background-color css
<style>
a { background-color: #EF2EAD; }
a { background-color: rgb(239,46,173); }
div.DivClassName
{
background-color: #EF2EAD;
}
.BgClassName
{
background-color: #EF2EAD;
}
</style>
border-color css
<style>
span { border-color: #EF2EAD; }
span { border-color: rgb(239,46,173); }
td.TdClassName
{
border-color: #EF2EAD;
}
.TagClassName
{
border-color: #EF2EAD;
}
</style>