Shades of Cerise #EF2465
Tints of Cerise #EF2465
RGB
CMYK
RGB Variations
Color information
#EF2465 (or 0xEF2465) is known color: Cerise. HEX triplet: EF, 24 and 65. RGB value is (239,36,101). Sum of RGB (Red+Green+Blue) = 239+36+101=376 (49% of max value = 765). Red value is 239 (93.75% from 255 or 63.56% from 376); Green value is 36 (14.45% from 255 or 9.57% from 376); Blue value is 101 (39.84% from 255 or 26.86% from 376); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2465 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF2465 is #10DB9A. Grayscale: #686868. Windows color (decimal): -1104795 or 6628591. OLE color: 6628591.
HSL color Cylindrical-coordinate representation of color #EF2465: hue angle of 340.79º 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 #EF2465 is Cyan = 0, Magento = 0.85, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 36 | 101 | - |
| CMYK | 0 | 0.85 | 0.58 | 0.06 |
| HSL | 340.79º | 0.86% | 0.54% | - |
| HSV(B) | 340.79º | 0.85% | 0.94% | - |
| XYZ | 38.58 | 20.55 | 14.25 | - |
| YUV | 104.11 | 126.25 | 224.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 36 | 101 | 0 | 0.85 | 0.58 | 0.06 | 340.79 | 0.86 | 0.54 |
| Hex | EF | 24 | 65 | 0 | 55 | 3A | 6 | 155 | 56 | 36 |
| Octal | 357 | 44 | 145 | 0 | 125 | 72 | 6 | 525 | 126 | 66 |
| Binary | 11101111 | 100100 | 1100101 | 0 | 1010101 | 111010 | 110 | 101010101 | 1010110 | 110110 |
Color Harmonies of #EF2465
Complementary color
Monochromatic Colors of #EF2465
Black with #EF2465
Text Example
Text Example
White with #EF2465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2465; }
p { color: rgb(239,36,101); }
H1.HeaderClassName
{
color: #EF2465;
}
.AnyTagClassName
{
color: #EF2465;
}
</style>
background-color css
<style>
a { background-color: #EF2465; }
a { background-color: rgb(239,36,101); }
div.DivClassName
{
background-color: #EF2465;
}
.BgClassName
{
background-color: #EF2465;
}
</style>
border-color css
<style>
span { border-color: #EF2465; }
span { border-color: rgb(239,36,101); }
td.TdClassName
{
border-color: #EF2465;
}
.TagClassName
{
border-color: #EF2465;
}
</style>