Shades of Persian Rose #EF2B99
Tints of Persian Rose #EF2B99
RGB
CMYK
RGB Variations
Color information
#EF2B99 (or 0xEF2B99) is known color: Persian Rose. HEX triplet: EF, 2B and 99. RGB value is (239,43,153). Sum of RGB (Red+Green+Blue) = 239+43+153=435 (57% of max value = 765). Red value is 239 (93.75% from 255 or 54.94% from 435); Green value is 43 (17.19% from 255 or 9.89% from 435); Blue value is 153 (60.16% from 255 or 35.17% from 435); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2B99 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF2B99 is #10D466. Grayscale: #717171. Windows color (decimal): -1102951 or 10038255. OLE color: 10038255.
HSL color Cylindrical-coordinate representation of color #EF2B99: hue angle of 326.33º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EF2B99 is Cyan = 0, Magento = 0.82, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 43 | 153 | - |
| CMYK | 0 | 0.82 | 0.36 | 0.06 |
| HSL | 326.33º | 0.86% | 0.55% | - |
| HSV(B) | 326.33º | 0.82% | 0.94% | - |
| XYZ | 42.21 | 22.38 | 32.23 | - |
| YUV | 114.14 | 149.93 | 217.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 43 | 153 | 0 | 0.82 | 0.36 | 0.06 | 326.33 | 0.86 | 0.55 |
| Hex | EF | 2B | 99 | 0 | 52 | 24 | 6 | 146 | 56 | 37 |
| Octal | 357 | 53 | 231 | 0 | 122 | 44 | 6 | 506 | 126 | 67 |
| Binary | 11101111 | 101011 | 10011001 | 0 | 1010010 | 100100 | 110 | 101000110 | 1010110 | 110111 |
Color Harmonies of #EF2B99
Complementary color
Monochromatic Colors of #EF2B99
Black with #EF2B99
Text Example
Text Example
White with #EF2B99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2B99; }
p { color: rgb(239,43,153); }
H1.HeaderClassName
{
color: #EF2B99;
}
.AnyTagClassName
{
color: #EF2B99;
}
</style>
background-color css
<style>
a { background-color: #EF2B99; }
a { background-color: rgb(239,43,153); }
div.DivClassName
{
background-color: #EF2B99;
}
.BgClassName
{
background-color: #EF2B99;
}
</style>
border-color css
<style>
span { border-color: #EF2B99; }
span { border-color: rgb(239,43,153); }
td.TdClassName
{
border-color: #EF2B99;
}
.TagClassName
{
border-color: #EF2B99;
}
</style>