Shades of Cerise #EB3465
Tints of Cerise #EB3465
RGB
CMYK
RGB Variations
Color information
#EB3465 (or 0xEB3465) is known color: Cerise. HEX triplet: EB, 34 and 65. RGB value is (235,52,101). Sum of RGB (Red+Green+Blue) = 235+52+101=388 (51% of max value = 765). Red value is 235 (92.19% from 255 or 60.57% from 388); Green value is 52 (20.70% from 255 or 13.40% from 388); Blue value is 101 (39.84% from 255 or 26.03% from 388); Max value from RGB is 235 - color contains mainly: red. Hex color #EB3465 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB3465 is #14CB9A. Grayscale: #707070. Windows color (decimal): -1362843 or 6632683. OLE color: 6632683.
HSL color Cylindrical-coordinate representation of color #EB3465: hue angle of 343.93º 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 #EB3465 is Cyan = 0, Magento = 0.78, Yellow = 0.57 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 52 | 101 | - |
| CMYK | 0 | 0.78 | 0.57 | 0.08 |
| HSL | 343.93º | 0.82% | 0.56% | - |
| HSV(B) | 343.93º | 0.78% | 0.92% | - |
| XYZ | 37.84 | 21.06 | 14.38 | - |
| YUV | 112.3 | 121.63 | 215.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 52 | 101 | 0 | 0.78 | 0.57 | 0.08 | 343.93 | 0.82 | 0.56 |
| Hex | EB | 34 | 65 | 0 | 4E | 39 | 8 | 158 | 52 | 38 |
| Octal | 353 | 64 | 145 | 0 | 116 | 71 | 10 | 530 | 122 | 70 |
| Binary | 11101011 | 110100 | 1100101 | 0 | 1001110 | 111001 | 1000 | 101011000 | 1010010 | 111000 |
Color Harmonies of #EB3465
Complementary color
Monochromatic Colors of #EB3465
Black with #EB3465
Text Example
Text Example
White with #EB3465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB3465; }
p { color: rgb(235,52,101); }
H1.HeaderClassName
{
color: #EB3465;
}
.AnyTagClassName
{
color: #EB3465;
}
</style>
background-color css
<style>
a { background-color: #EB3465; }
a { background-color: rgb(235,52,101); }
div.DivClassName
{
background-color: #EB3465;
}
.BgClassName
{
background-color: #EB3465;
}
</style>
border-color css
<style>
span { border-color: #EB3465; }
span { border-color: rgb(235,52,101); }
td.TdClassName
{
border-color: #EB3465;
}
.TagClassName
{
border-color: #EB3465;
}
</style>