Shades of Cerise #EB2565
Tints of Cerise #EB2565
RGB
CMYK
RGB Variations
Color information
#EB2565 (or 0xEB2565) is known color: Cerise. HEX triplet: EB, 25 and 65. RGB value is (235,37,101). Sum of RGB (Red+Green+Blue) = 235+37+101=373 (49% of max value = 765). Red value is 235 (92.19% from 255 or 63.00% from 373); Green value is 37 (14.84% from 255 or 9.92% from 373); Blue value is 101 (39.84% from 255 or 27.08% from 373); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2565 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB2565 is #14DA9A. Grayscale: #676767. Windows color (decimal): -1366683 or 6628843. OLE color: 6628843.
HSL color Cylindrical-coordinate representation of color #EB2565: hue angle of 340.61º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EB2565 is Cyan = 0, Magento = 0.84, Yellow = 0.57 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 37 | 101 | - |
| CMYK | 0 | 0.84 | 0.57 | 0.08 |
| HSL | 340.61º | 0.83% | 0.53% | - |
| HSV(B) | 340.61º | 0.84% | 0.92% | - |
| XYZ | 37.27 | 19.92 | 14.19 | - |
| YUV | 103.5 | 126.6 | 221.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 37 | 101 | 0 | 0.84 | 0.57 | 0.08 | 340.61 | 0.83 | 0.53 |
| Hex | EB | 25 | 65 | 0 | 54 | 39 | 8 | 155 | 53 | 35 |
| Octal | 353 | 45 | 145 | 0 | 124 | 71 | 10 | 525 | 123 | 65 |
| Binary | 11101011 | 100101 | 1100101 | 0 | 1010100 | 111001 | 1000 | 101010101 | 1010011 | 110101 |
Color Harmonies of #EB2565
Complementary color
Monochromatic Colors of #EB2565
Black with #EB2565
Text Example
Text Example
White with #EB2565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB2565; }
p { color: rgb(235,37,101); }
H1.HeaderClassName
{
color: #EB2565;
}
.AnyTagClassName
{
color: #EB2565;
}
</style>
background-color css
<style>
a { background-color: #EB2565; }
a { background-color: rgb(235,37,101); }
div.DivClassName
{
background-color: #EB2565;
}
.BgClassName
{
background-color: #EB2565;
}
</style>
border-color css
<style>
span { border-color: #EB2565; }
span { border-color: rgb(235,37,101); }
td.TdClassName
{
border-color: #EB2565;
}
.TagClassName
{
border-color: #EB2565;
}
</style>