Shades of Persian Rose #EF26A0
Tints of Persian Rose #EF26A0
RGB
CMYK
RGB Variations
Color information
#EF26A0 (or 0xEF26A0) is known color: Persian Rose. HEX triplet: EF, 26 and A0. RGB value is (239,38,160). Sum of RGB (Red+Green+Blue) = 239+38+160=437 (57% of max value = 765). Red value is 239 (93.75% from 255 or 54.69% from 437); Green value is 38 (15.23% from 255 or 8.70% from 437); Blue value is 160 (62.89% from 255 or 36.61% from 437); Max value from RGB is 239 - color contains mainly: red. Hex color #EF26A0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF26A0 is #10D95F. Grayscale: #6F6F6F. Windows color (decimal): -1104224 or 10495727. OLE color: 10495727.
HSL color Cylindrical-coordinate representation of color #EF26A0: hue angle of 323.58º 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 #EF26A0 is Cyan = 0, Magento = 0.84, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 38 | 160 | - |
| CMYK | 0 | 0.84 | 0.33 | 0.06 |
| HSL | 323.58º | 0.86% | 0.54% | - |
| HSV(B) | 323.58º | 0.84% | 0.94% | - |
| XYZ | 42.63 | 22.28 | 35.31 | - |
| YUV | 112.01 | 155.09 | 218.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 38 | 160 | 0 | 0.84 | 0.33 | 0.06 | 323.58 | 0.86 | 0.54 |
| Hex | EF | 26 | A0 | 0 | 54 | 21 | 6 | 144 | 56 | 36 |
| Octal | 357 | 46 | 240 | 0 | 124 | 41 | 6 | 504 | 126 | 66 |
| Binary | 11101111 | 100110 | 10100000 | 0 | 1010100 | 100001 | 110 | 101000100 | 1010110 | 110110 |
Color Harmonies of #EF26A0
Complementary color
Monochromatic Colors of #EF26A0
Black with #EF26A0
Text Example
Text Example
White with #EF26A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF26A0; }
p { color: rgb(239,38,160); }
H1.HeaderClassName
{
color: #EF26A0;
}
.AnyTagClassName
{
color: #EF26A0;
}
</style>
background-color css
<style>
a { background-color: #EF26A0; }
a { background-color: rgb(239,38,160); }
div.DivClassName
{
background-color: #EF26A0;
}
.BgClassName
{
background-color: #EF26A0;
}
</style>
border-color css
<style>
span { border-color: #EF26A0; }
span { border-color: rgb(239,38,160); }
td.TdClassName
{
border-color: #EF26A0;
}
.TagClassName
{
border-color: #EF26A0;
}
</style>