Shades of Cerise #EF296B
Tints of Cerise #EF296B
RGB
CMYK
RGB Variations
Color information
#EF296B (or 0xEF296B) is known color: Cerise. HEX triplet: EF, 29 and 6B. RGB value is (239,41,107). Sum of RGB (Red+Green+Blue) = 239+41+107=387 (51% of max value = 765). Red value is 239 (93.75% from 255 or 61.76% from 387); Green value is 41 (16.41% from 255 or 10.59% from 387); Blue value is 107 (42.19% from 255 or 27.65% from 387); Max value from RGB is 239 - color contains mainly: red. Hex color #EF296B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF296B is #10D694. Grayscale: #6B6B6B. Windows color (decimal): -1103509 or 7023087. OLE color: 7023087.
HSL color Cylindrical-coordinate representation of color #EF296B: hue angle of 340º 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 #EF296B is Cyan = 0, Magento = 0.83, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 41 | 107 | - |
| CMYK | 0 | 0.83 | 0.55 | 0.06 |
| HSL | 340º | 0.86% | 0.55% | - |
| HSV(B) | 340º | 0.83% | 0.94% | - |
| XYZ | 39.04 | 21 | 15.91 | - |
| YUV | 107.73 | 127.6 | 221.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 41 | 107 | 0 | 0.83 | 0.55 | 0.06 | 340 | 0.86 | 0.55 |
| Hex | EF | 29 | 6B | 0 | 53 | 37 | 6 | 154 | 56 | 37 |
| Octal | 357 | 51 | 153 | 0 | 123 | 67 | 6 | 524 | 126 | 67 |
| Binary | 11101111 | 101001 | 1101011 | 0 | 1010011 | 110111 | 110 | 101010100 | 1010110 | 110111 |
Color Harmonies of #EF296B
Complementary color
Monochromatic Colors of #EF296B
Black with #EF296B
Text Example
Text Example
White with #EF296B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF296B; }
p { color: rgb(239,41,107); }
H1.HeaderClassName
{
color: #EF296B;
}
.AnyTagClassName
{
color: #EF296B;
}
</style>
background-color css
<style>
a { background-color: #EF296B; }
a { background-color: rgb(239,41,107); }
div.DivClassName
{
background-color: #EF296B;
}
.BgClassName
{
background-color: #EF296B;
}
</style>
border-color css
<style>
span { border-color: #EF296B; }
span { border-color: rgb(239,41,107); }
td.TdClassName
{
border-color: #EF296B;
}
.TagClassName
{
border-color: #EF296B;
}
</style>