Shades of Persian Rose #EF2C9E
Tints of Persian Rose #EF2C9E
RGB
CMYK
RGB Variations
Color information
#EF2C9E (or 0xEF2C9E) is known color: Persian Rose. HEX triplet: EF, 2C and 9E. RGB value is (239,44,158). Sum of RGB (Red+Green+Blue) = 239+44+158=441 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.20% from 441); Green value is 44 (17.58% from 255 or 9.98% from 441); Blue value is 158 (62.11% from 255 or 35.83% from 441); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2C9E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF2C9E is #10D361. Grayscale: #737373. Windows color (decimal): -1102690 or 10366191. OLE color: 10366191.
HSL color Cylindrical-coordinate representation of color #EF2C9E: hue angle of 324.92º 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 #EF2C9E is Cyan = 0, Magento = 0.82, Yellow = 0.34 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 44 | 158 | - |
| CMYK | 0 | 0.82 | 0.34 | 0.06 |
| HSL | 324.92º | 0.86% | 0.55% | - |
| HSV(B) | 324.92º | 0.82% | 0.94% | - |
| XYZ | 42.67 | 22.62 | 34.47 | - |
| YUV | 115.3 | 152.1 | 216.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 44 | 158 | 0 | 0.82 | 0.34 | 0.06 | 324.92 | 0.86 | 0.55 |
| Hex | EF | 2C | 9E | 0 | 52 | 22 | 6 | 145 | 56 | 37 |
| Octal | 357 | 54 | 236 | 0 | 122 | 42 | 6 | 505 | 126 | 67 |
| Binary | 11101111 | 101100 | 10011110 | 0 | 1010010 | 100010 | 110 | 101000101 | 1010110 | 110111 |
Color Harmonies of #EF2C9E
Complementary color
Monochromatic Colors of #EF2C9E
Black with #EF2C9E
Text Example
Text Example
White with #EF2C9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2C9E; }
p { color: rgb(239,44,158); }
H1.HeaderClassName
{
color: #EF2C9E;
}
.AnyTagClassName
{
color: #EF2C9E;
}
</style>
background-color css
<style>
a { background-color: #EF2C9E; }
a { background-color: rgb(239,44,158); }
div.DivClassName
{
background-color: #EF2C9E;
}
.BgClassName
{
background-color: #EF2C9E;
}
</style>
border-color css
<style>
span { border-color: #EF2C9E; }
span { border-color: rgb(239,44,158); }
td.TdClassName
{
border-color: #EF2C9E;
}
.TagClassName
{
border-color: #EF2C9E;
}
</style>