Shades of Cerise #EB2463
Tints of Cerise #EB2463
RGB
CMYK
RGB Variations
Color information
#EB2463 (or 0xEB2463) is known color: Cerise. HEX triplet: EB, 24 and 63. RGB value is (235,36,99). Sum of RGB (Red+Green+Blue) = 235+36+99=370 (49% of max value = 765). Red value is 235 (92.19% from 255 or 63.51% from 370); Green value is 36 (14.45% from 255 or 9.73% from 370); Blue value is 99 (39.06% from 255 or 26.76% from 370); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2463 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB2463 is #14DB9C. Grayscale: #666666. Windows color (decimal): -1366941 or 6497515. OLE color: 6497515.
HSL color Cylindrical-coordinate representation of color #EB2463: hue angle of 341.01º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EB2463 is Cyan = 0, Magento = 0.85, Yellow = 0.58 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 36 | 99 | - |
| CMYK | 0 | 0.85 | 0.58 | 0.08 |
| HSL | 341.01º | 0.83% | 0.53% | - |
| HSV(B) | 341.01º | 0.85% | 0.92% | - |
| XYZ | 37.14 | 19.82 | 13.67 | - |
| YUV | 102.68 | 125.93 | 222.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 36 | 99 | 0 | 0.85 | 0.58 | 0.08 | 341.01 | 0.83 | 0.53 |
| Hex | EB | 24 | 63 | 0 | 55 | 3A | 8 | 155 | 53 | 35 |
| Octal | 353 | 44 | 143 | 0 | 125 | 72 | 10 | 525 | 123 | 65 |
| Binary | 11101011 | 100100 | 1100011 | 0 | 1010101 | 111010 | 1000 | 101010101 | 1010011 | 110101 |
Color Harmonies of #EB2463
Complementary color
Monochromatic Colors of #EB2463
Black with #EB2463
Text Example
Text Example
White with #EB2463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB2463; }
p { color: rgb(235,36,99); }
H1.HeaderClassName
{
color: #EB2463;
}
.AnyTagClassName
{
color: #EB2463;
}
</style>
background-color css
<style>
a { background-color: #EB2463; }
a { background-color: rgb(235,36,99); }
div.DivClassName
{
background-color: #EB2463;
}
.BgClassName
{
background-color: #EB2463;
}
</style>
border-color css
<style>
span { border-color: #EB2463; }
span { border-color: rgb(235,36,99); }
td.TdClassName
{
border-color: #EB2463;
}
.TagClassName
{
border-color: #EB2463;
}
</style>