Shades of Persian Rose #EF209F
Tints of Persian Rose #EF209F
RGB
CMYK
RGB Variations
Color information
#EF209F (or 0xEF209F) is known color: Persian Rose. HEX triplet: EF, 20 and 9F. RGB value is (239,32,159). Sum of RGB (Red+Green+Blue) = 239+32+159=430 (56% of max value = 765). Red value is 239 (93.75% from 255 or 55.58% from 430); Green value is 32 (12.89% from 255 or 7.44% from 430); Blue value is 159 (62.5% from 255 or 36.98% from 430); Max value from RGB is 239 - color contains mainly: red. Hex color #EF209F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF209F is #10DF60. Grayscale: #6C6C6C. Windows color (decimal): -1105761 or 10428655. OLE color: 10428655.
HSL color Cylindrical-coordinate representation of color #EF209F: hue angle of 323.19º 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 #EF209F is Cyan = 0, Magento = 0.87, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 32 | 159 | - |
| CMYK | 0 | 0.87 | 0.33 | 0.06 |
| HSL | 323.19º | 0.87% | 0.53% | - |
| HSV(B) | 323.19º | 0.87% | 0.94% | - |
| XYZ | 42.37 | 21.89 | 34.79 | - |
| YUV | 108.37 | 156.58 | 221.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 32 | 159 | 0 | 0.87 | 0.33 | 0.06 | 323.19 | 0.87 | 0.53 |
| Hex | EF | 20 | 9F | 0 | 57 | 21 | 6 | 143 | 57 | 35 |
| Octal | 357 | 40 | 237 | 0 | 127 | 41 | 6 | 503 | 127 | 65 |
| Binary | 11101111 | 100000 | 10011111 | 0 | 1010111 | 100001 | 110 | 101000011 | 1010111 | 110101 |
Color Harmonies of #EF209F
Complementary color
Monochromatic Colors of #EF209F
Black with #EF209F
Text Example
Text Example
White with #EF209F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF209F; }
p { color: rgb(239,32,159); }
H1.HeaderClassName
{
color: #EF209F;
}
.AnyTagClassName
{
color: #EF209F;
}
</style>
background-color css
<style>
a { background-color: #EF209F; }
a { background-color: rgb(239,32,159); }
div.DivClassName
{
background-color: #EF209F;
}
.BgClassName
{
background-color: #EF209F;
}
</style>
border-color css
<style>
span { border-color: #EF209F; }
span { border-color: rgb(239,32,159); }
td.TdClassName
{
border-color: #EF209F;
}
.TagClassName
{
border-color: #EF209F;
}
</style>