Shades of Persian Rose #EF29AB
Tints of Persian Rose #EF29AB
RGB
CMYK
RGB Variations
Color information
#EF29AB (or 0xEF29AB) is known color: Persian Rose. HEX triplet: EF, 29 and AB. RGB value is (239,41,171). Sum of RGB (Red+Green+Blue) = 239+41+171=451 (59% of max value = 765). Red value is 239 (93.75% from 255 or 52.99% from 451); Green value is 41 (16.41% from 255 or 9.09% from 451); Blue value is 171 (67.19% from 255 or 37.92% from 451); Max value from RGB is 239 - color contains mainly: red. Hex color #EF29AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF29AB is #10D654. Grayscale: #727272. Windows color (decimal): -1103445 or 11217391. OLE color: 11217391.
HSL color Cylindrical-coordinate representation of color #EF29AB: hue angle of 320.61º 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 #EF29AB is Cyan = 0, Magento = 0.83, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 41 | 171 | - |
| CMYK | 0 | 0.83 | 0.28 | 0.06 |
| HSL | 320.61º | 0.86% | 0.55% | - |
| HSV(B) | 320.61º | 0.83% | 0.94% | - |
| XYZ | 43.74 | 22.88 | 40.64 | - |
| YUV | 115.02 | 159.6 | 216.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 41 | 171 | 0 | 0.83 | 0.28 | 0.06 | 320.61 | 0.86 | 0.55 |
| Hex | EF | 29 | AB | 0 | 53 | 1C | 6 | 141 | 56 | 37 |
| Octal | 357 | 51 | 253 | 0 | 123 | 34 | 6 | 501 | 126 | 67 |
| Binary | 11101111 | 101001 | 10101011 | 0 | 1010011 | 11100 | 110 | 101000001 | 1010110 | 110111 |
Color Harmonies of #EF29AB
Complementary color
Monochromatic Colors of #EF29AB
Black with #EF29AB
Text Example
Text Example
White with #EF29AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF29AB; }
p { color: rgb(239,41,171); }
H1.HeaderClassName
{
color: #EF29AB;
}
.AnyTagClassName
{
color: #EF29AB;
}
</style>
background-color css
<style>
a { background-color: #EF29AB; }
a { background-color: rgb(239,41,171); }
div.DivClassName
{
background-color: #EF29AB;
}
.BgClassName
{
background-color: #EF29AB;
}
</style>
border-color css
<style>
span { border-color: #EF29AB; }
span { border-color: rgb(239,41,171); }
td.TdClassName
{
border-color: #EF29AB;
}
.TagClassName
{
border-color: #EF29AB;
}
</style>