Shades of Cerise #EF356A
Tints of Cerise #EF356A
RGB
CMYK
RGB Variations
Color information
#EF356A (or 0xEF356A) is known color: Cerise. HEX triplet: EF, 35 and 6A. RGB value is (239,53,106). Sum of RGB (Red+Green+Blue) = 239+53+106=398 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.05% from 398); Green value is 53 (21.09% from 255 or 13.32% from 398); Blue value is 106 (41.80% from 255 or 26.63% from 398); Max value from RGB is 239 - color contains mainly: red. Hex color #EF356A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF356A is #10CA95. Grayscale: #727272. Windows color (decimal): -1100438 or 6960623. OLE color: 6960623.
HSL color Cylindrical-coordinate representation of color #EF356A: hue angle of 342.9º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EF356A is Cyan = 0, Magento = 0.78, Yellow = 0.56 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 53 | 106 | - |
| CMYK | 0 | 0.78 | 0.56 | 0.06 |
| HSL | 342.9º | 0.85% | 0.57% | - |
| HSV(B) | 342.9º | 0.78% | 0.94% | - |
| XYZ | 39.47 | 21.94 | 15.79 | - |
| YUV | 114.66 | 123.12 | 216.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 53 | 106 | 0 | 0.78 | 0.56 | 0.06 | 342.9 | 0.85 | 0.57 |
| Hex | EF | 35 | 6A | 0 | 4E | 38 | 6 | 157 | 55 | 39 |
| Octal | 357 | 65 | 152 | 0 | 116 | 70 | 6 | 527 | 125 | 71 |
| Binary | 11101111 | 110101 | 1101010 | 0 | 1001110 | 111000 | 110 | 101010111 | 1010101 | 111001 |
Color Harmonies of #EF356A
Complementary color
Monochromatic Colors of #EF356A
Black with #EF356A
Text Example
Text Example
White with #EF356A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF356A; }
p { color: rgb(239,53,106); }
H1.HeaderClassName
{
color: #EF356A;
}
.AnyTagClassName
{
color: #EF356A;
}
</style>
background-color css
<style>
a { background-color: #EF356A; }
a { background-color: rgb(239,53,106); }
div.DivClassName
{
background-color: #EF356A;
}
.BgClassName
{
background-color: #EF356A;
}
</style>
border-color css
<style>
span { border-color: #EF356A; }
span { border-color: rgb(239,53,106); }
td.TdClassName
{
border-color: #EF356A;
}
.TagClassName
{
border-color: #EF356A;
}
</style>