Shades of Persian Rose #EF2BA7
Tints of Persian Rose #EF2BA7
RGB
CMYK
RGB Variations
Color information
#EF2BA7 (or 0xEF2BA7) is known color: Persian Rose. HEX triplet: EF, 2B and A7. RGB value is (239,43,167). Sum of RGB (Red+Green+Blue) = 239+43+167=449 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.23% from 449); Green value is 43 (17.19% from 255 or 9.58% from 449); Blue value is 167 (65.62% from 255 or 37.19% from 449); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2BA7 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF2BA7 is #10D458. Grayscale: #737373. Windows color (decimal): -1102937 or 10955759. OLE color: 10955759.
HSL color Cylindrical-coordinate representation of color #EF2BA7: hue angle of 322.04º 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 #EF2BA7 is Cyan = 0, Magento = 0.82, Yellow = 0.30 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 43 | 167 | - |
| CMYK | 0 | 0.82 | 0.30 | 0.06 |
| HSL | 322.04º | 0.86% | 0.55% | - |
| HSV(B) | 322.04º | 0.82% | 0.94% | - |
| XYZ | 43.44 | 22.87 | 38.68 | - |
| YUV | 115.74 | 156.93 | 215.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 43 | 167 | 0 | 0.82 | 0.30 | 0.06 | 322.04 | 0.86 | 0.55 |
| Hex | EF | 2B | A7 | 0 | 52 | 1E | 6 | 142 | 56 | 37 |
| Octal | 357 | 53 | 247 | 0 | 122 | 36 | 6 | 502 | 126 | 67 |
| Binary | 11101111 | 101011 | 10100111 | 0 | 1010010 | 11110 | 110 | 101000010 | 1010110 | 110111 |
Color Harmonies of #EF2BA7
Complementary color
Monochromatic Colors of #EF2BA7
Black with #EF2BA7
Text Example
Text Example
White with #EF2BA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2BA7; }
p { color: rgb(239,43,167); }
H1.HeaderClassName
{
color: #EF2BA7;
}
.AnyTagClassName
{
color: #EF2BA7;
}
</style>
background-color css
<style>
a { background-color: #EF2BA7; }
a { background-color: rgb(239,43,167); }
div.DivClassName
{
background-color: #EF2BA7;
}
.BgClassName
{
background-color: #EF2BA7;
}
</style>
border-color css
<style>
span { border-color: #EF2BA7; }
span { border-color: rgb(239,43,167); }
td.TdClassName
{
border-color: #EF2BA7;
}
.TagClassName
{
border-color: #EF2BA7;
}
</style>