Shades of Cerise #EF386A
Tints of Cerise #EF386A
RGB
CMYK
RGB Variations
Color information
#EF386A (or 0xEF386A) is known color: Cerise. HEX triplet: EF, 38 and 6A. RGB value is (239,56,106). Sum of RGB (Red+Green+Blue) = 239+56+106=401 (53% of max value = 765). Red value is 239 (93.75% from 255 or 59.60% from 401); Green value is 56 (22.27% from 255 or 13.97% from 401); Blue value is 106 (41.80% from 255 or 26.43% from 401); Max value from RGB is 239 - color contains mainly: red. Hex color #EF386A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF386A is #10C795. Grayscale: #747474. Windows color (decimal): -1099670 or 6961391. OLE color: 6961391.
HSL color Cylindrical-coordinate representation of color #EF386A: hue angle of 343.61º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EF386A is Cyan = 0, Magento = 0.77, Yellow = 0.56 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 56 | 106 | - |
| CMYK | 0 | 0.77 | 0.56 | 0.06 |
| HSL | 343.61º | 0.85% | 0.58% | - |
| HSV(B) | 343.61º | 0.77% | 0.94% | - |
| XYZ | 39.61 | 22.22 | 15.84 | - |
| YUV | 116.42 | 122.13 | 215.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 56 | 106 | 0 | 0.77 | 0.56 | 0.06 | 343.61 | 0.85 | 0.58 |
| Hex | EF | 38 | 6A | 0 | 4D | 38 | 6 | 158 | 55 | 3A |
| Octal | 357 | 70 | 152 | 0 | 115 | 70 | 6 | 530 | 125 | 72 |
| Binary | 11101111 | 111000 | 1101010 | 0 | 1001101 | 111000 | 110 | 101011000 | 1010101 | 111010 |
Color Harmonies of #EF386A
Complementary color
Monochromatic Colors of #EF386A
Black with #EF386A
Text Example
Text Example
White with #EF386A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF386A; }
p { color: rgb(239,56,106); }
H1.HeaderClassName
{
color: #EF386A;
}
.AnyTagClassName
{
color: #EF386A;
}
</style>
background-color css
<style>
a { background-color: #EF386A; }
a { background-color: rgb(239,56,106); }
div.DivClassName
{
background-color: #EF386A;
}
.BgClassName
{
background-color: #EF386A;
}
</style>
border-color css
<style>
span { border-color: #EF386A; }
span { border-color: rgb(239,56,106); }
td.TdClassName
{
border-color: #EF386A;
}
.TagClassName
{
border-color: #EF386A;
}
</style>