Shades of Persian Rose #EF219A
Tints of Persian Rose #EF219A
RGB
CMYK
RGB Variations
Color information
#EF219A (or 0xEF219A) is known color: Persian Rose. HEX triplet: EF, 21 and 9A. RGB value is (239,33,154). Sum of RGB (Red+Green+Blue) = 239+33+154=426 (56% of max value = 765). Red value is 239 (93.75% from 255 or 56.10% from 426); Green value is 33 (13.28% from 255 or 7.75% from 426); Blue value is 154 (60.55% from 255 or 36.15% from 426); Max value from RGB is 239 - color contains mainly: red. Hex color #EF219A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF219A is #10DE65. Grayscale: #6C6C6C. Windows color (decimal): -1105510 or 10101231. OLE color: 10101231.
HSL color Cylindrical-coordinate representation of color #EF219A: hue angle of 324.76º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EF219A is Cyan = 0, Magento = 0.86, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 33 | 154 | - |
| CMYK | 0 | 0.86 | 0.36 | 0.06 |
| HSL | 324.76º | 0.87% | 0.53% | - |
| HSV(B) | 324.76º | 0.86% | 0.94% | - |
| XYZ | 41.97 | 21.77 | 32.56 | - |
| YUV | 108.39 | 153.75 | 221.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 33 | 154 | 0 | 0.86 | 0.36 | 0.06 | 324.76 | 0.87 | 0.53 |
| Hex | EF | 21 | 9A | 0 | 56 | 24 | 6 | 145 | 57 | 35 |
| Octal | 357 | 41 | 232 | 0 | 126 | 44 | 6 | 505 | 127 | 65 |
| Binary | 11101111 | 100001 | 10011010 | 0 | 1010110 | 100100 | 110 | 101000101 | 1010111 | 110101 |
Color Harmonies of #EF219A
Complementary color
Monochromatic Colors of #EF219A
Black with #EF219A
Text Example
Text Example
White with #EF219A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF219A; }
p { color: rgb(239,33,154); }
H1.HeaderClassName
{
color: #EF219A;
}
.AnyTagClassName
{
color: #EF219A;
}
</style>
background-color css
<style>
a { background-color: #EF219A; }
a { background-color: rgb(239,33,154); }
div.DivClassName
{
background-color: #EF219A;
}
.BgClassName
{
background-color: #EF219A;
}
</style>
border-color css
<style>
span { border-color: #EF219A; }
span { border-color: rgb(239,33,154); }
td.TdClassName
{
border-color: #EF219A;
}
.TagClassName
{
border-color: #EF219A;
}
</style>