Shades of Persian Rose #EF209C
Tints of Persian Rose #EF209C
RGB
CMYK
RGB Variations
Color information
#EF209C (or 0xEF209C) is known color: Persian Rose. HEX triplet: EF, 20 and 9C. RGB value is (239,32,156). Sum of RGB (Red+Green+Blue) = 239+32+156=427 (56% of max value = 765). Red value is 239 (93.75% from 255 or 55.97% from 427); Green value is 32 (12.89% from 255 or 7.49% from 427); Blue value is 156 (61.33% from 255 or 36.53% from 427); Max value from RGB is 239 - color contains mainly: red. Hex color #EF209C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF209C is #10DF63. Grayscale: #6B6B6B. Windows color (decimal): -1105764 or 10232047. OLE color: 10232047.
HSL color Cylindrical-coordinate representation of color #EF209C: hue angle of 324.06º 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 #EF209C is Cyan = 0, Magento = 0.87, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 32 | 156 | - |
| CMYK | 0 | 0.87 | 0.35 | 0.06 |
| HSL | 324.06º | 0.87% | 0.53% | - |
| HSV(B) | 324.06º | 0.87% | 0.94% | - |
| XYZ | 42.11 | 21.78 | 33.44 | - |
| YUV | 108.03 | 155.08 | 221.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 32 | 156 | 0 | 0.87 | 0.35 | 0.06 | 324.06 | 0.87 | 0.53 |
| Hex | EF | 20 | 9C | 0 | 57 | 23 | 6 | 144 | 57 | 35 |
| Octal | 357 | 40 | 234 | 0 | 127 | 43 | 6 | 504 | 127 | 65 |
| Binary | 11101111 | 100000 | 10011100 | 0 | 1010111 | 100011 | 110 | 101000100 | 1010111 | 110101 |
Color Harmonies of #EF209C
Complementary color
Monochromatic Colors of #EF209C
Black with #EF209C
Text Example
Text Example
White with #EF209C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF209C; }
p { color: rgb(239,32,156); }
H1.HeaderClassName
{
color: #EF209C;
}
.AnyTagClassName
{
color: #EF209C;
}
</style>
background-color css
<style>
a { background-color: #EF209C; }
a { background-color: rgb(239,32,156); }
div.DivClassName
{
background-color: #EF209C;
}
.BgClassName
{
background-color: #EF209C;
}
</style>
border-color css
<style>
span { border-color: #EF209C; }
span { border-color: rgb(239,32,156); }
td.TdClassName
{
border-color: #EF209C;
}
.TagClassName
{
border-color: #EF209C;
}
</style>