Shades of Persian Rose #EF209A
Tints of Persian Rose #EF209A
RGB
CMYK
RGB Variations
Color information
#EF209A (or 0xEF209A) is known color: Persian Rose. HEX triplet: EF, 20 and 9A. RGB value is (239,32,154). Sum of RGB (Red+Green+Blue) = 239+32+154=425 (56% of max value = 765). Red value is 239 (93.75% from 255 or 56.24% from 425); Green value is 32 (12.89% from 255 or 7.53% from 425); Blue value is 154 (60.55% from 255 or 36.24% from 425); Max value from RGB is 239 - color contains mainly: red. Hex color #EF209A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF209A is #10DF65. Grayscale: #6B6B6B. Windows color (decimal): -1105766 or 10100975. OLE color: 10100975.
HSL color Cylindrical-coordinate representation of color #EF209A: hue angle of 324.64º 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 #EF209A is Cyan = 0, Magento = 0.87, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 32 | 154 | - |
| CMYK | 0 | 0.87 | 0.36 | 0.06 |
| HSL | 324.64º | 0.87% | 0.53% | - |
| HSV(B) | 324.64º | 0.87% | 0.94% | - |
| XYZ | 41.95 | 21.72 | 32.55 | - |
| YUV | 107.8 | 154.08 | 221.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 32 | 154 | 0 | 0.87 | 0.36 | 0.06 | 324.64 | 0.87 | 0.53 |
| Hex | EF | 20 | 9A | 0 | 57 | 24 | 6 | 145 | 57 | 35 |
| Octal | 357 | 40 | 232 | 0 | 127 | 44 | 6 | 505 | 127 | 65 |
| Binary | 11101111 | 100000 | 10011010 | 0 | 1010111 | 100100 | 110 | 101000101 | 1010111 | 110101 |
Color Harmonies of #EF209A
Complementary color
Monochromatic Colors of #EF209A
Black with #EF209A
Text Example
Text Example
White with #EF209A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF209A; }
p { color: rgb(239,32,154); }
H1.HeaderClassName
{
color: #EF209A;
}
.AnyTagClassName
{
color: #EF209A;
}
</style>
background-color css
<style>
a { background-color: #EF209A; }
a { background-color: rgb(239,32,154); }
div.DivClassName
{
background-color: #EF209A;
}
.BgClassName
{
background-color: #EF209A;
}
</style>
border-color css
<style>
span { border-color: #EF209A; }
span { border-color: rgb(239,32,154); }
td.TdClassName
{
border-color: #EF209A;
}
.TagClassName
{
border-color: #EF209A;
}
</style>