Shades of Cerise #EB236C
Tints of Cerise #EB236C
RGB
CMYK
RGB Variations
Color information
#EB236C (or 0xEB236C) is known color: Cerise. HEX triplet: EB, 23 and 6C. RGB value is (235,35,108). Sum of RGB (Red+Green+Blue) = 235+35+108=378 (50% of max value = 765). Red value is 235 (92.19% from 255 or 62.17% from 378); Green value is 35 (14.06% from 255 or 9.26% from 378); Blue value is 108 (42.58% from 255 or 28.57% from 378); Max value from RGB is 235 - color contains mainly: red. Hex color #EB236C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB236C is #14DC93. Grayscale: #676767. Windows color (decimal): -1367188 or 7087083. OLE color: 7087083.
HSL color Cylindrical-coordinate representation of color #EB236C: hue angle of 338.1º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EB236C is Cyan = 0, Magento = 0.85, Yellow = 0.54 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 35 | 108 | - |
| CMYK | 0 | 0.85 | 0.54 | 0.08 |
| HSL | 338.1º | 0.83% | 0.53% | - |
| HSV(B) | 338.1º | 0.85% | 0.92% | - |
| XYZ | 37.57 | 19.95 | 16.06 | - |
| YUV | 103.12 | 130.76 | 222.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 35 | 108 | 0 | 0.85 | 0.54 | 0.08 | 338.1 | 0.83 | 0.53 |
| Hex | EB | 23 | 6C | 0 | 55 | 36 | 8 | 152 | 53 | 35 |
| Octal | 353 | 43 | 154 | 0 | 125 | 66 | 10 | 522 | 123 | 65 |
| Binary | 11101011 | 100011 | 1101100 | 0 | 1010101 | 110110 | 1000 | 101010010 | 1010011 | 110101 |
Color Harmonies of #EB236C
Complementary color
Monochromatic Colors of #EB236C
Black with #EB236C
Text Example
Text Example
White with #EB236C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB236C; }
p { color: rgb(235,35,108); }
H1.HeaderClassName
{
color: #EB236C;
}
.AnyTagClassName
{
color: #EB236C;
}
</style>
background-color css
<style>
a { background-color: #EB236C; }
a { background-color: rgb(235,35,108); }
div.DivClassName
{
background-color: #EB236C;
}
.BgClassName
{
background-color: #EB236C;
}
</style>
border-color css
<style>
span { border-color: #EB236C; }
span { border-color: rgb(235,35,108); }
td.TdClassName
{
border-color: #EB236C;
}
.TagClassName
{
border-color: #EB236C;
}
</style>