Shades of Persian Rose #EF20A1
Tints of Persian Rose #EF20A1
RGB
CMYK
RGB Variations
Color information
#EF20A1 (or 0xEF20A1) is known color: Persian Rose. HEX triplet: EF, 20 and A1. RGB value is (239,32,161). Sum of RGB (Red+Green+Blue) = 239+32+161=432 (57% of max value = 765). Red value is 239 (93.75% from 255 or 55.32% from 432); Green value is 32 (12.89% from 255 or 7.41% from 432); Blue value is 161 (63.28% from 255 or 37.27% from 432); Max value from RGB is 239 - color contains mainly: red. Hex color #EF20A1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF20A1 is #10DF5E. Grayscale: #6C6C6C. Windows color (decimal): -1105759 or 10559727. OLE color: 10559727.
HSL color Cylindrical-coordinate representation of color #EF20A1: hue angle of 322.61º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EF20A1 is Cyan = 0, Magento = 0.87, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 32 | 161 | - |
| CMYK | 0 | 0.87 | 0.33 | 0.06 |
| HSL | 322.61º | 0.87% | 0.53% | - |
| HSV(B) | 322.61º | 0.87% | 0.94% | - |
| XYZ | 42.55 | 21.96 | 35.71 | - |
| YUV | 108.6 | 157.58 | 221.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 32 | 161 | 0 | 0.87 | 0.33 | 0.06 | 322.61 | 0.87 | 0.53 |
| Hex | EF | 20 | A1 | 0 | 57 | 21 | 6 | 143 | 57 | 35 |
| Octal | 357 | 40 | 241 | 0 | 127 | 41 | 6 | 503 | 127 | 65 |
| Binary | 11101111 | 100000 | 10100001 | 0 | 1010111 | 100001 | 110 | 101000011 | 1010111 | 110101 |
Color Harmonies of #EF20A1
Complementary color
Monochromatic Colors of #EF20A1
Black with #EF20A1
Text Example
Text Example
White with #EF20A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF20A1; }
p { color: rgb(239,32,161); }
H1.HeaderClassName
{
color: #EF20A1;
}
.AnyTagClassName
{
color: #EF20A1;
}
</style>
background-color css
<style>
a { background-color: #EF20A1; }
a { background-color: rgb(239,32,161); }
div.DivClassName
{
background-color: #EF20A1;
}
.BgClassName
{
background-color: #EF20A1;
}
</style>
border-color css
<style>
span { border-color: #EF20A1; }
span { border-color: rgb(239,32,161); }
td.TdClassName
{
border-color: #EF20A1;
}
.TagClassName
{
border-color: #EF20A1;
}
</style>