Shades of Persian Rose #EF26A6
Tints of Persian Rose #EF26A6
RGB
CMYK
RGB Variations
Color information
#EF26A6 (or 0xEF26A6) is known color: Persian Rose. HEX triplet: EF, 26 and A6. RGB value is (239,38,166). Sum of RGB (Red+Green+Blue) = 239+38+166=443 (58% of max value = 765). Red value is 239 (93.75% from 255 or 53.95% from 443); Green value is 38 (15.23% from 255 or 8.58% from 443); Blue value is 166 (65.23% from 255 or 37.47% from 443); Max value from RGB is 239 - color contains mainly: red. Hex color #EF26A6 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF26A6 is #10D959. Grayscale: #707070. Windows color (decimal): -1104218 or 10888943. OLE color: 10888943.
HSL color Cylindrical-coordinate representation of color #EF26A6: hue angle of 321.79º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EF26A6 is Cyan = 0, Magento = 0.84, Yellow = 0.31 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 38 | 166 | - |
| CMYK | 0 | 0.84 | 0.31 | 0.06 |
| HSL | 321.79º | 0.86% | 0.54% | - |
| HSV(B) | 321.79º | 0.84% | 0.94% | - |
| XYZ | 43.17 | 22.49 | 38.14 | - |
| YUV | 112.69 | 158.09 | 218.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 38 | 166 | 0 | 0.84 | 0.31 | 0.06 | 321.79 | 0.86 | 0.54 |
| Hex | EF | 26 | A6 | 0 | 54 | 1F | 6 | 142 | 56 | 36 |
| Octal | 357 | 46 | 246 | 0 | 124 | 37 | 6 | 502 | 126 | 66 |
| Binary | 11101111 | 100110 | 10100110 | 0 | 1010100 | 11111 | 110 | 101000010 | 1010110 | 110110 |
Color Harmonies of #EF26A6
Complementary color
Monochromatic Colors of #EF26A6
Black with #EF26A6
Text Example
Text Example
White with #EF26A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF26A6; }
p { color: rgb(239,38,166); }
H1.HeaderClassName
{
color: #EF26A6;
}
.AnyTagClassName
{
color: #EF26A6;
}
</style>
background-color css
<style>
a { background-color: #EF26A6; }
a { background-color: rgb(239,38,166); }
div.DivClassName
{
background-color: #EF26A6;
}
.BgClassName
{
background-color: #EF26A6;
}
</style>
border-color css
<style>
span { border-color: #EF26A6; }
span { border-color: rgb(239,38,166); }
td.TdClassName
{
border-color: #EF26A6;
}
.TagClassName
{
border-color: #EF26A6;
}
</style>