Shades of Persian Rose #EF29AA
Tints of Persian Rose #EF29AA
RGB
CMYK
RGB Variations
Color information
#EF29AA (or 0xEF29AA) is known color: Persian Rose. HEX triplet: EF, 29 and AA. RGB value is (239,41,170). Sum of RGB (Red+Green+Blue) = 239+41+170=450 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.11% from 450); Green value is 41 (16.41% from 255 or 9.11% from 450); Blue value is 170 (66.80% from 255 or 37.78% from 450); Max value from RGB is 239 - color contains mainly: red. Hex color #EF29AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF29AA is #10D655. Grayscale: #727272. Windows color (decimal): -1103446 or 11151855. OLE color: 11151855.
HSL color Cylindrical-coordinate representation of color #EF29AA: hue angle of 320.91º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EF29AA is Cyan = 0, Magento = 0.83, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 41 | 170 | - |
| CMYK | 0 | 0.83 | 0.29 | 0.06 |
| HSL | 320.91º | 0.86% | 0.55% | - |
| HSV(B) | 320.91º | 0.83% | 0.94% | - |
| XYZ | 43.65 | 22.84 | 40.14 | - |
| YUV | 114.91 | 159.1 | 216.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 41 | 170 | 0 | 0.83 | 0.29 | 0.06 | 320.91 | 0.86 | 0.55 |
| Hex | EF | 29 | AA | 0 | 53 | 1D | 6 | 141 | 56 | 37 |
| Octal | 357 | 51 | 252 | 0 | 123 | 35 | 6 | 501 | 126 | 67 |
| Binary | 11101111 | 101001 | 10101010 | 0 | 1010011 | 11101 | 110 | 101000001 | 1010110 | 110111 |
Color Harmonies of #EF29AA
Complementary color
Monochromatic Colors of #EF29AA
Black with #EF29AA
Text Example
Text Example
White with #EF29AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF29AA; }
p { color: rgb(239,41,170); }
H1.HeaderClassName
{
color: #EF29AA;
}
.AnyTagClassName
{
color: #EF29AA;
}
</style>
background-color css
<style>
a { background-color: #EF29AA; }
a { background-color: rgb(239,41,170); }
div.DivClassName
{
background-color: #EF29AA;
}
.BgClassName
{
background-color: #EF29AA;
}
</style>
border-color css
<style>
span { border-color: #EF29AA; }
span { border-color: rgb(239,41,170); }
td.TdClassName
{
border-color: #EF29AA;
}
.TagClassName
{
border-color: #EF29AA;
}
</style>