Shades of Cerise #EF2A68
Tints of Cerise #EF2A68
RGB
CMYK
RGB Variations
Color information
#EF2A68 (or 0xEF2A68) is known color: Cerise. HEX triplet: EF, 2A and 68. RGB value is (239,42,104). Sum of RGB (Red+Green+Blue) = 239+42+104=385 (50% of max value = 765). Red value is 239 (93.75% from 255 or 62.08% from 385); Green value is 42 (16.80% from 255 or 10.91% from 385); Blue value is 104 (41.02% from 255 or 27.01% from 385); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2A68 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF2A68 is #10D597. Grayscale: #6B6B6B. Windows color (decimal): -1103256 or 6826735. OLE color: 6826735.
HSL color Cylindrical-coordinate representation of color #EF2A68: hue angle of 341.12º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EF2A68 is Cyan = 0, Magento = 0.82, Yellow = 0.56 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 42 | 104 | - |
| CMYK | 0 | 0.82 | 0.56 | 0.06 |
| HSL | 341.12º | 0.86% | 0.55% | - |
| HSV(B) | 341.12º | 0.82% | 0.94% | - |
| XYZ | 38.92 | 21.01 | 15.1 | - |
| YUV | 107.97 | 125.77 | 221.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 42 | 104 | 0 | 0.82 | 0.56 | 0.06 | 341.12 | 0.86 | 0.55 |
| Hex | EF | 2A | 68 | 0 | 52 | 38 | 6 | 155 | 56 | 37 |
| Octal | 357 | 52 | 150 | 0 | 122 | 70 | 6 | 525 | 126 | 67 |
| Binary | 11101111 | 101010 | 1101000 | 0 | 1010010 | 111000 | 110 | 101010101 | 1010110 | 110111 |
Color Harmonies of #EF2A68
Complementary color
Monochromatic Colors of #EF2A68
Black with #EF2A68
Text Example
Text Example
White with #EF2A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2A68; }
p { color: rgb(239,42,104); }
H1.HeaderClassName
{
color: #EF2A68;
}
.AnyTagClassName
{
color: #EF2A68;
}
</style>
background-color css
<style>
a { background-color: #EF2A68; }
a { background-color: rgb(239,42,104); }
div.DivClassName
{
background-color: #EF2A68;
}
.BgClassName
{
background-color: #EF2A68;
}
</style>
border-color css
<style>
span { border-color: #EF2A68; }
span { border-color: rgb(239,42,104); }
td.TdClassName
{
border-color: #EF2A68;
}
.TagClassName
{
border-color: #EF2A68;
}
</style>