Shades of Persian Rose #EF24A6
Tints of Persian Rose #EF24A6
RGB
CMYK
RGB Variations
Color information
#EF24A6 (or 0xEF24A6) is known color: Persian Rose. HEX triplet: EF, 24 and A6. RGB value is (239,36,166). Sum of RGB (Red+Green+Blue) = 239+36+166=441 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.20% from 441); Green value is 36 (14.45% from 255 or 8.16% from 441); Blue value is 166 (65.23% from 255 or 37.64% from 441); Max value from RGB is 239 - color contains mainly: red. Hex color #EF24A6 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF24A6 is #10DB59. Grayscale: #6F6F6F. Windows color (decimal): -1104730 or 10888431. OLE color: 10888431.
HSL color Cylindrical-coordinate representation of color #EF24A6: hue angle of 321.58º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EF24A6 is Cyan = 0, Magento = 0.85, Yellow = 0.31 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 36 | 166 | - |
| CMYK | 0 | 0.85 | 0.31 | 0.06 |
| HSL | 321.58º | 0.86% | 0.54% | - |
| HSV(B) | 321.58º | 0.85% | 0.94% | - |
| XYZ | 43.11 | 22.37 | 38.12 | - |
| YUV | 111.52 | 158.75 | 218.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 36 | 166 | 0 | 0.85 | 0.31 | 0.06 | 321.58 | 0.86 | 0.54 |
| Hex | EF | 24 | A6 | 0 | 55 | 1F | 6 | 142 | 56 | 36 |
| Octal | 357 | 44 | 246 | 0 | 125 | 37 | 6 | 502 | 126 | 66 |
| Binary | 11101111 | 100100 | 10100110 | 0 | 1010101 | 11111 | 110 | 101000010 | 1010110 | 110110 |
Color Harmonies of #EF24A6
Complementary color
Monochromatic Colors of #EF24A6
Black with #EF24A6
Text Example
Text Example
White with #EF24A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF24A6; }
p { color: rgb(239,36,166); }
H1.HeaderClassName
{
color: #EF24A6;
}
.AnyTagClassName
{
color: #EF24A6;
}
</style>
background-color css
<style>
a { background-color: #EF24A6; }
a { background-color: rgb(239,36,166); }
div.DivClassName
{
background-color: #EF24A6;
}
.BgClassName
{
background-color: #EF24A6;
}
</style>
border-color css
<style>
span { border-color: #EF24A6; }
span { border-color: rgb(239,36,166); }
td.TdClassName
{
border-color: #EF24A6;
}
.TagClassName
{
border-color: #EF24A6;
}
</style>