Shades of Cerise #EB2965
Tints of Cerise #EB2965
RGB
CMYK
RGB Variations
Color information
#EB2965 (or 0xEB2965) is known color: Cerise. HEX triplet: EB, 29 and 65. RGB value is (235,41,101). Sum of RGB (Red+Green+Blue) = 235+41+101=377 (49% of max value = 765). Red value is 235 (92.19% from 255 or 62.33% from 377); Green value is 41 (16.41% from 255 or 10.88% from 377); Blue value is 101 (39.84% from 255 or 26.79% from 377); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2965 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB2965 is #14D69A. Grayscale: #696969. Windows color (decimal): -1365659 or 6629867. OLE color: 6629867.
HSL color Cylindrical-coordinate representation of color #EB2965: hue angle of 341.44º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EB2965 is Cyan = 0, Magento = 0.83, Yellow = 0.57 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 41 | 101 | - |
| CMYK | 0 | 0.83 | 0.57 | 0.08 |
| HSL | 341.44º | 0.83% | 0.54% | - |
| HSV(B) | 341.44º | 0.83% | 0.92% | - |
| XYZ | 37.4 | 20.19 | 14.24 | - |
| YUV | 105.85 | 125.27 | 220.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 41 | 101 | 0 | 0.83 | 0.57 | 0.08 | 341.44 | 0.83 | 0.54 |
| Hex | EB | 29 | 65 | 0 | 53 | 39 | 8 | 155 | 53 | 36 |
| Octal | 353 | 51 | 145 | 0 | 123 | 71 | 10 | 525 | 123 | 66 |
| Binary | 11101011 | 101001 | 1100101 | 0 | 1010011 | 111001 | 1000 | 101010101 | 1010011 | 110110 |
Color Harmonies of #EB2965
Complementary color
Monochromatic Colors of #EB2965
Black with #EB2965
Text Example
Text Example
White with #EB2965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB2965; }
p { color: rgb(235,41,101); }
H1.HeaderClassName
{
color: #EB2965;
}
.AnyTagClassName
{
color: #EB2965;
}
</style>
background-color css
<style>
a { background-color: #EB2965; }
a { background-color: rgb(235,41,101); }
div.DivClassName
{
background-color: #EB2965;
}
.BgClassName
{
background-color: #EB2965;
}
</style>
border-color css
<style>
span { border-color: #EB2965; }
span { border-color: rgb(235,41,101); }
td.TdClassName
{
border-color: #EB2965;
}
.TagClassName
{
border-color: #EB2965;
}
</style>