Shades of Cerise #EB345E
Tints of Cerise #EB345E
RGB
CMYK
RGB Variations
Color information
#EB345E (or 0xEB345E) is known color: Cerise. HEX triplet: EB, 34 and 5E. RGB value is (235,52,94). Sum of RGB (Red+Green+Blue) = 235+52+94=381 (50% of max value = 765). Red value is 235 (92.19% from 255 or 61.68% from 381); Green value is 52 (20.70% from 255 or 13.65% from 381); Blue value is 94 (37.11% from 255 or 24.67% from 381); Max value from RGB is 235 - color contains mainly: red. Hex color #EB345E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB345E is #14CBA1. Grayscale: #6F6F6F. Windows color (decimal): -1362850 or 6173931. OLE color: 6173931.
HSL color Cylindrical-coordinate representation of color #EB345E: hue angle of 346.23º 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 #EB345E is Cyan = 0, Magento = 0.78, Yellow = 0.6 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 52 | 94 | - |
| CMYK | 0 | 0.78 | 0.6 | 0.08 |
| HSL | 346.23º | 0.82% | 0.56% | - |
| HSV(B) | 346.23º | 0.78% | 0.92% | - |
| XYZ | 37.51 | 20.93 | 12.65 | - |
| YUV | 111.51 | 118.13 | 216.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 52 | 94 | 0 | 0.78 | 0.6 | 0.08 | 346.23 | 0.82 | 0.56 |
| Hex | EB | 34 | 5E | 0 | 4E | 3C | 8 | 15A | 52 | 38 |
| Octal | 353 | 64 | 136 | 0 | 116 | 74 | 10 | 532 | 122 | 70 |
| Binary | 11101011 | 110100 | 1011110 | 0 | 1001110 | 111100 | 1000 | 101011010 | 1010010 | 111000 |
Color Harmonies of #EB345E
Complementary color
Monochromatic Colors of #EB345E
Black with #EB345E
Text Example
Text Example
White with #EB345E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB345E; }
p { color: rgb(235,52,94); }
H1.HeaderClassName
{
color: #EB345E;
}
.AnyTagClassName
{
color: #EB345E;
}
</style>
background-color css
<style>
a { background-color: #EB345E; }
a { background-color: rgb(235,52,94); }
div.DivClassName
{
background-color: #EB345E;
}
.BgClassName
{
background-color: #EB345E;
}
</style>
border-color css
<style>
span { border-color: #EB345E; }
span { border-color: rgb(235,52,94); }
td.TdClassName
{
border-color: #EB345E;
}
.TagClassName
{
border-color: #EB345E;
}
</style>