Shades of Cerise #EF3375
Tints of Cerise #EF3375
RGB
CMYK
RGB Variations
Color information
#EF3375 (or 0xEF3375) is known color: Cerise. HEX triplet: EF, 33 and 75. RGB value is (239,51,117). Sum of RGB (Red+Green+Blue) = 239+51+117=407 (53% of max value = 765). Red value is 239 (93.75% from 255 or 58.72% from 407); Green value is 51 (20.31% from 255 or 12.53% from 407); Blue value is 117 (46.09% from 255 or 28.75% from 407); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3375 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF3375 is #10CC8A. Grayscale: #727272. Windows color (decimal): -1100939 or 7681007. OLE color: 7681007.
HSL color Cylindrical-coordinate representation of color #EF3375: hue angle of 338.94º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EF3375 is Cyan = 0, Magento = 0.79, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 51 | 117 | - |
| CMYK | 0 | 0.79 | 0.51 | 0.06 |
| HSL | 338.94º | 0.85% | 0.57% | - |
| HSV(B) | 338.94º | 0.79% | 0.94% | - |
| XYZ | 39.99 | 22 | 18.97 | - |
| YUV | 114.74 | 129.28 | 216.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 51 | 117 | 0 | 0.79 | 0.51 | 0.06 | 338.94 | 0.85 | 0.57 |
| Hex | EF | 33 | 75 | 0 | 4F | 33 | 6 | 153 | 55 | 39 |
| Octal | 357 | 63 | 165 | 0 | 117 | 63 | 6 | 523 | 125 | 71 |
| Binary | 11101111 | 110011 | 1110101 | 0 | 1001111 | 110011 | 110 | 101010011 | 1010101 | 111001 |
Color Harmonies of #EF3375
Complementary color
Monochromatic Colors of #EF3375
Black with #EF3375
Text Example
Text Example
White with #EF3375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF3375; }
p { color: rgb(239,51,117); }
H1.HeaderClassName
{
color: #EF3375;
}
.AnyTagClassName
{
color: #EF3375;
}
</style>
background-color css
<style>
a { background-color: #EF3375; }
a { background-color: rgb(239,51,117); }
div.DivClassName
{
background-color: #EF3375;
}
.BgClassName
{
background-color: #EF3375;
}
</style>
border-color css
<style>
span { border-color: #EF3375; }
span { border-color: rgb(239,51,117); }
td.TdClassName
{
border-color: #EF3375;
}
.TagClassName
{
border-color: #EF3375;
}
</style>