Shades of Cerise #EB2A65
Tints of Cerise #EB2A65
RGB
CMYK
RGB Variations
Color information
#EB2A65 (or 0xEB2A65) is known color: Cerise. HEX triplet: EB, 2A and 65. RGB value is (235,42,101). Sum of RGB (Red+Green+Blue) = 235+42+101=378 (50% of max value = 765). Red value is 235 (92.19% from 255 or 62.17% from 378); Green value is 42 (16.80% from 255 or 11.11% from 378); Blue value is 101 (39.84% from 255 or 26.72% from 378); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2A65 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB2A65 is #14D59A. Grayscale: #6A6A6A. Windows color (decimal): -1365403 or 6630123. OLE color: 6630123.
HSL color Cylindrical-coordinate representation of color #EB2A65: hue angle of 341.66º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EB2A65 is Cyan = 0, Magento = 0.82, Yellow = 0.57 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 42 | 101 | - |
| CMYK | 0 | 0.82 | 0.57 | 0.08 |
| HSL | 341.66º | 0.83% | 0.54% | - |
| HSV(B) | 341.66º | 0.82% | 0.92% | - |
| XYZ | 37.44 | 20.26 | 14.25 | - |
| YUV | 106.43 | 124.94 | 219.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 42 | 101 | 0 | 0.82 | 0.57 | 0.08 | 341.66 | 0.83 | 0.54 |
| Hex | EB | 2A | 65 | 0 | 52 | 39 | 8 | 156 | 53 | 36 |
| Octal | 353 | 52 | 145 | 0 | 122 | 71 | 10 | 526 | 123 | 66 |
| Binary | 11101011 | 101010 | 1100101 | 0 | 1010010 | 111001 | 1000 | 101010110 | 1010011 | 110110 |
Color Harmonies of #EB2A65
Complementary color
Monochromatic Colors of #EB2A65
Black with #EB2A65
Text Example
Text Example
White with #EB2A65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB2A65; }
p { color: rgb(235,42,101); }
H1.HeaderClassName
{
color: #EB2A65;
}
.AnyTagClassName
{
color: #EB2A65;
}
</style>
background-color css
<style>
a { background-color: #EB2A65; }
a { background-color: rgb(235,42,101); }
div.DivClassName
{
background-color: #EB2A65;
}
.BgClassName
{
background-color: #EB2A65;
}
</style>
border-color css
<style>
span { border-color: #EB2A65; }
span { border-color: rgb(235,42,101); }
td.TdClassName
{
border-color: #EB2A65;
}
.TagClassName
{
border-color: #EB2A65;
}
</style>