Shades of Deep Cerise #EB337C
Tints of Deep Cerise #EB337C
RGB
CMYK
RGB Variations
Color information
#EB337C (or 0xEB337C) is known color: Deep Cerise. HEX triplet: EB, 33 and 7C. RGB value is (235,51,124). Sum of RGB (Red+Green+Blue) = 235+51+124=410 (54% of max value = 765). Red value is 235 (92.19% from 255 or 57.32% from 410); Green value is 51 (20.31% from 255 or 12.44% from 410); Blue value is 124 (48.83% from 255 or 30.24% from 410); Max value from RGB is 235 - color contains mainly: red. Hex color #EB337C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB337C is #14CC83. Grayscale: #727272. Windows color (decimal): -1363076 or 8139755. OLE color: 8139755.
HSL color Cylindrical-coordinate representation of color #EB337C: hue angle of 336.2º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EB337C is Cyan = 0, Magento = 0.78, Yellow = 0.47 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 51 | 124 | - |
| CMYK | 0 | 0.78 | 0.47 | 0.08 |
| HSL | 336.2º | 0.82% | 0.56% | - |
| HSV(B) | 336.2º | 0.78% | 0.92% | - |
| XYZ | 39.08 | 21.49 | 21.16 | - |
| YUV | 114.34 | 133.46 | 214.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 51 | 124 | 0 | 0.78 | 0.47 | 0.08 | 336.2 | 0.82 | 0.56 |
| Hex | EB | 33 | 7C | 0 | 4E | 2F | 8 | 150 | 52 | 38 |
| Octal | 353 | 63 | 174 | 0 | 116 | 57 | 10 | 520 | 122 | 70 |
| Binary | 11101011 | 110011 | 1111100 | 0 | 1001110 | 101111 | 1000 | 101010000 | 1010010 | 111000 |
Color Harmonies of #EB337C
Complementary color
Monochromatic Colors of #EB337C
Black with #EB337C
Text Example
Text Example
White with #EB337C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB337C; }
p { color: rgb(235,51,124); }
H1.HeaderClassName
{
color: #EB337C;
}
.AnyTagClassName
{
color: #EB337C;
}
</style>
background-color css
<style>
a { background-color: #EB337C; }
a { background-color: rgb(235,51,124); }
div.DivClassName
{
background-color: #EB337C;
}
.BgClassName
{
background-color: #EB337C;
}
</style>
border-color css
<style>
span { border-color: #EB337C; }
span { border-color: rgb(235,51,124); }
td.TdClassName
{
border-color: #EB337C;
}
.TagClassName
{
border-color: #EB337C;
}
</style>