Shades of Cerise #EF3968
Tints of Cerise #EF3968
RGB
CMYK
RGB Variations
Color information
#EF3968 (or 0xEF3968) is known color: Cerise. HEX triplet: EF, 39 and 68. RGB value is (239,57,104). Sum of RGB (Red+Green+Blue) = 239+57+104=400 (52% of max value = 765). Red value is 239 (93.75% from 255 or 59.75% from 400); Green value is 57 (22.66% from 255 or 14.25% from 400); Blue value is 104 (41.02% from 255 or 26% from 400); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3968 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF3968 is #10C697. Grayscale: #747474. Windows color (decimal): -1099416 or 6830575. OLE color: 6830575.
HSL color Cylindrical-coordinate representation of color #EF3968: hue angle of 344.51º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EF3968 is Cyan = 0, Magento = 0.76, Yellow = 0.56 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 57 | 104 | - |
| CMYK | 0 | 0.76 | 0.56 | 0.06 |
| HSL | 344.51º | 0.85% | 0.58% | - |
| HSV(B) | 344.51º | 0.76% | 0.94% | - |
| XYZ | 39.56 | 22.28 | 15.31 | - |
| YUV | 116.78 | 120.8 | 215.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 57 | 104 | 0 | 0.76 | 0.56 | 0.06 | 344.51 | 0.85 | 0.58 |
| Hex | EF | 39 | 68 | 0 | 4C | 38 | 6 | 159 | 55 | 3A |
| Octal | 357 | 71 | 150 | 0 | 114 | 70 | 6 | 531 | 125 | 72 |
| Binary | 11101111 | 111001 | 1101000 | 0 | 1001100 | 111000 | 110 | 101011001 | 1010101 | 111010 |
Color Harmonies of #EF3968
Complementary color
Monochromatic Colors of #EF3968
Black with #EF3968
Text Example
Text Example
White with #EF3968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF3968; }
p { color: rgb(239,57,104); }
H1.HeaderClassName
{
color: #EF3968;
}
.AnyTagClassName
{
color: #EF3968;
}
</style>
background-color css
<style>
a { background-color: #EF3968; }
a { background-color: rgb(239,57,104); }
div.DivClassName
{
background-color: #EF3968;
}
.BgClassName
{
background-color: #EF3968;
}
</style>
border-color css
<style>
span { border-color: #EF3968; }
span { border-color: rgb(239,57,104); }
td.TdClassName
{
border-color: #EF3968;
}
.TagClassName
{
border-color: #EF3968;
}
</style>