Shades of Cerise #EB3A63
Tints of Cerise #EB3A63
RGB
CMYK
RGB Variations
Color information
#EB3A63 (or 0xEB3A63) is known color: Cerise. HEX triplet: EB, 3A and 63. RGB value is (235,58,99). Sum of RGB (Red+Green+Blue) = 235+58+99=392 (51% of max value = 765). Red value is 235 (92.19% from 255 or 59.95% from 392); Green value is 58 (23.05% from 255 or 14.80% from 392); Blue value is 99 (39.06% from 255 or 25.26% from 392); Max value from RGB is 235 - color contains mainly: red. Hex color #EB3A63 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB3A63 is #14C59C. Grayscale: #737373. Windows color (decimal): -1361309 or 6503147. OLE color: 6503147.
HSL color Cylindrical-coordinate representation of color #EB3A63: hue angle of 346.1º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EB3A63 is Cyan = 0, Magento = 0.75, Yellow = 0.58 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 58 | 99 | - |
| CMYK | 0 | 0.75 | 0.58 | 0.08 |
| HSL | 346.1º | 0.82% | 0.57% | - |
| HSV(B) | 346.1º | 0.75% | 0.92% | - |
| XYZ | 38.03 | 21.59 | 13.97 | - |
| YUV | 115.6 | 118.64 | 213.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 58 | 99 | 0 | 0.75 | 0.58 | 0.08 | 346.1 | 0.82 | 0.57 |
| Hex | EB | 3A | 63 | 0 | 4B | 3A | 8 | 15A | 52 | 39 |
| Octal | 353 | 72 | 143 | 0 | 113 | 72 | 10 | 532 | 122 | 71 |
| Binary | 11101011 | 111010 | 1100011 | 0 | 1001011 | 111010 | 1000 | 101011010 | 1010010 | 111001 |
Color Harmonies of #EB3A63
Complementary color
Monochromatic Colors of #EB3A63
Black with #EB3A63
Text Example
Text Example
White with #EB3A63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB3A63; }
p { color: rgb(235,58,99); }
H1.HeaderClassName
{
color: #EB3A63;
}
.AnyTagClassName
{
color: #EB3A63;
}
</style>
background-color css
<style>
a { background-color: #EB3A63; }
a { background-color: rgb(235,58,99); }
div.DivClassName
{
background-color: #EB3A63;
}
.BgClassName
{
background-color: #EB3A63;
}
</style>
border-color css
<style>
span { border-color: #EB3A63; }
span { border-color: rgb(235,58,99); }
td.TdClassName
{
border-color: #EB3A63;
}
.TagClassName
{
border-color: #EB3A63;
}
</style>