Shades of Persian Rose #EF2299
Tints of Persian Rose #EF2299
RGB
CMYK
RGB Variations
Color information
#EF2299 (or 0xEF2299) is known color: Persian Rose. HEX triplet: EF, 22 and 99. RGB value is (239,34,153). Sum of RGB (Red+Green+Blue) = 239+34+153=426 (56% of max value = 765). Red value is 239 (93.75% from 255 or 56.10% from 426); Green value is 34 (13.67% from 255 or 7.98% from 426); Blue value is 153 (60.16% from 255 or 35.92% from 426); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2299 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF2299 is #10DD66. Grayscale: #6C6C6C. Windows color (decimal): -1105255 or 10035951. OLE color: 10035951.
HSL color Cylindrical-coordinate representation of color #EF2299: hue angle of 325.17º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EF2299 is Cyan = 0, Magento = 0.86, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 34 | 153 | - |
| CMYK | 0 | 0.86 | 0.36 | 0.06 |
| HSL | 325.17º | 0.86% | 0.54% | - |
| HSV(B) | 325.17º | 0.86% | 0.94% | - |
| XYZ | 41.92 | 21.79 | 32.13 | - |
| YUV | 108.86 | 152.92 | 220.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 34 | 153 | 0 | 0.86 | 0.36 | 0.06 | 325.17 | 0.86 | 0.54 |
| Hex | EF | 22 | 99 | 0 | 56 | 24 | 6 | 145 | 56 | 36 |
| Octal | 357 | 42 | 231 | 0 | 126 | 44 | 6 | 505 | 126 | 66 |
| Binary | 11101111 | 100010 | 10011001 | 0 | 1010110 | 100100 | 110 | 101000101 | 1010110 | 110110 |
Color Harmonies of #EF2299
Complementary color
Monochromatic Colors of #EF2299
Black with #EF2299
Text Example
Text Example
White with #EF2299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2299; }
p { color: rgb(239,34,153); }
H1.HeaderClassName
{
color: #EF2299;
}
.AnyTagClassName
{
color: #EF2299;
}
</style>
background-color css
<style>
a { background-color: #EF2299; }
a { background-color: rgb(239,34,153); }
div.DivClassName
{
background-color: #EF2299;
}
.BgClassName
{
background-color: #EF2299;
}
</style>
border-color css
<style>
span { border-color: #EF2299; }
span { border-color: rgb(239,34,153); }
td.TdClassName
{
border-color: #EF2299;
}
.TagClassName
{
border-color: #EF2299;
}
</style>