Shades of Cerise #EF2869
Tints of Cerise #EF2869
RGB
CMYK
RGB Variations
Color information
#EF2869 (or 0xEF2869) is known color: Cerise. HEX triplet: EF, 28 and 69. RGB value is (239,40,105). Sum of RGB (Red+Green+Blue) = 239+40+105=384 (50% of max value = 765). Red value is 239 (93.75% from 255 or 62.24% from 384); Green value is 40 (16.02% from 255 or 10.42% from 384); Blue value is 105 (41.41% from 255 or 27.34% from 384); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2869 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF2869 is #10D796. Grayscale: #6A6A6A. Windows color (decimal): -1103767 or 6891759. OLE color: 6891759.
HSL color Cylindrical-coordinate representation of color #EF2869: hue angle of 340.4º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EF2869 is Cyan = 0, Magento = 0.83, Yellow = 0.56 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 40 | 105 | - |
| CMYK | 0 | 0.83 | 0.56 | 0.06 |
| HSL | 340.4º | 0.86% | 0.55% | - |
| HSV(B) | 340.4º | 0.83% | 0.94% | - |
| XYZ | 38.91 | 20.89 | 15.35 | - |
| YUV | 106.91 | 126.93 | 222.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 40 | 105 | 0 | 0.83 | 0.56 | 0.06 | 340.4 | 0.86 | 0.55 |
| Hex | EF | 28 | 69 | 0 | 53 | 38 | 6 | 154 | 56 | 37 |
| Octal | 357 | 50 | 151 | 0 | 123 | 70 | 6 | 524 | 126 | 67 |
| Binary | 11101111 | 101000 | 1101001 | 0 | 1010011 | 111000 | 110 | 101010100 | 1010110 | 110111 |
Color Harmonies of #EF2869
Complementary color
Monochromatic Colors of #EF2869
Black with #EF2869
Text Example
Text Example
White with #EF2869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2869; }
p { color: rgb(239,40,105); }
H1.HeaderClassName
{
color: #EF2869;
}
.AnyTagClassName
{
color: #EF2869;
}
</style>
background-color css
<style>
a { background-color: #EF2869; }
a { background-color: rgb(239,40,105); }
div.DivClassName
{
background-color: #EF2869;
}
.BgClassName
{
background-color: #EF2869;
}
</style>
border-color css
<style>
span { border-color: #EF2869; }
span { border-color: rgb(239,40,105); }
td.TdClassName
{
border-color: #EF2869;
}
.TagClassName
{
border-color: #EF2869;
}
</style>