Shades of Deep Cerise #EB357C
Tints of Deep Cerise #EB357C
RGB
CMYK
RGB Variations
Color information
#EB357C (or 0xEB357C) is known color: Deep Cerise. HEX triplet: EB, 35 and 7C. RGB value is (235,53,124). Sum of RGB (Red+Green+Blue) = 235+53+124=412 (54% of max value = 765). Red value is 235 (92.19% from 255 or 57.04% from 412); Green value is 53 (21.09% from 255 or 12.86% from 412); Blue value is 124 (48.83% from 255 or 30.10% from 412); Max value from RGB is 235 - color contains mainly: red. Hex color #EB357C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB357C is #14CA83. Grayscale: #737373. Windows color (decimal): -1362564 or 8140267. OLE color: 8140267.
HSL color Cylindrical-coordinate representation of color #EB357C: hue angle of 336.59º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EB357C is Cyan = 0, Magento = 0.77, Yellow = 0.47 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 53 | 124 | - |
| CMYK | 0 | 0.77 | 0.47 | 0.08 |
| HSL | 336.59º | 0.82% | 0.56% | - |
| HSV(B) | 336.59º | 0.77% | 0.92% | - |
| XYZ | 39.17 | 21.66 | 21.19 | - |
| YUV | 115.51 | 132.8 | 213.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 53 | 124 | 0 | 0.77 | 0.47 | 0.08 | 336.59 | 0.82 | 0.56 |
| Hex | EB | 35 | 7C | 0 | 4D | 2F | 8 | 151 | 52 | 38 |
| Octal | 353 | 65 | 174 | 0 | 115 | 57 | 10 | 521 | 122 | 70 |
| Binary | 11101011 | 110101 | 1111100 | 0 | 1001101 | 101111 | 1000 | 101010001 | 1010010 | 111000 |
Color Harmonies of #EB357C
Complementary color
Monochromatic Colors of #EB357C
Black with #EB357C
Text Example
Text Example
White with #EB357C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB357C; }
p { color: rgb(235,53,124); }
H1.HeaderClassName
{
color: #EB357C;
}
.AnyTagClassName
{
color: #EB357C;
}
</style>
background-color css
<style>
a { background-color: #EB357C; }
a { background-color: rgb(235,53,124); }
div.DivClassName
{
background-color: #EB357C;
}
.BgClassName
{
background-color: #EB357C;
}
</style>
border-color css
<style>
span { border-color: #EB357C; }
span { border-color: rgb(235,53,124); }
td.TdClassName
{
border-color: #EB357C;
}
.TagClassName
{
border-color: #EB357C;
}
</style>