Shades of Cerise #EF316B
Tints of Cerise #EF316B
RGB
CMYK
RGB Variations
Color information
#EF316B (or 0xEF316B) is known color: Cerise. HEX triplet: EF, 31 and 6B. RGB value is (239,49,107). Sum of RGB (Red+Green+Blue) = 239+49+107=395 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.51% from 395); Green value is 49 (19.53% from 255 or 12.41% from 395); Blue value is 107 (42.19% from 255 or 27.09% from 395); Max value from RGB is 239 - color contains mainly: red. Hex color #EF316B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF316B is #10CE94. Grayscale: #707070. Windows color (decimal): -1101461 or 7025135. OLE color: 7025135.
HSL color Cylindrical-coordinate representation of color #EF316B: hue angle of 341.68º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EF316B is Cyan = 0, Magento = 0.79, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 49 | 107 | - |
| CMYK | 0 | 0.79 | 0.55 | 0.06 |
| HSL | 341.68º | 0.86% | 0.56% | - |
| HSV(B) | 341.68º | 0.79% | 0.94% | - |
| XYZ | 39.35 | 21.61 | 16.01 | - |
| YUV | 112.42 | 124.95 | 218.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 49 | 107 | 0 | 0.79 | 0.55 | 0.06 | 341.68 | 0.86 | 0.56 |
| Hex | EF | 31 | 6B | 0 | 4F | 37 | 6 | 156 | 56 | 38 |
| Octal | 357 | 61 | 153 | 0 | 117 | 67 | 6 | 526 | 126 | 70 |
| Binary | 11101111 | 110001 | 1101011 | 0 | 1001111 | 110111 | 110 | 101010110 | 1010110 | 111000 |
Color Harmonies of #EF316B
Complementary color
Monochromatic Colors of #EF316B
Black with #EF316B
Text Example
Text Example
White with #EF316B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF316B; }
p { color: rgb(239,49,107); }
H1.HeaderClassName
{
color: #EF316B;
}
.AnyTagClassName
{
color: #EF316B;
}
</style>
background-color css
<style>
a { background-color: #EF316B; }
a { background-color: rgb(239,49,107); }
div.DivClassName
{
background-color: #EF316B;
}
.BgClassName
{
background-color: #EF316B;
}
</style>
border-color css
<style>
span { border-color: #EF316B; }
span { border-color: rgb(239,49,107); }
td.TdClassName
{
border-color: #EF316B;
}
.TagClassName
{
border-color: #EF316B;
}
</style>