Shades of Cerise #EB366A
Tints of Cerise #EB366A
RGB
CMYK
RGB Variations
Color information
#EB366A (or 0xEB366A) is known color: Cerise. HEX triplet: EB, 36 and 6A. RGB value is (235,54,106). Sum of RGB (Red+Green+Blue) = 235+54+106=395 (52% of max value = 765). Red value is 235 (92.19% from 255 or 59.49% from 395); Green value is 54 (21.48% from 255 or 13.67% from 395); Blue value is 106 (41.80% from 255 or 26.84% from 395); Max value from RGB is 235 - color contains mainly: red. Hex color #EB366A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB366A is #14C995. Grayscale: #727272. Windows color (decimal): -1362326 or 6960875. OLE color: 6960875.
HSL color Cylindrical-coordinate representation of color #EB366A: hue angle of 342.76º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EB366A is Cyan = 0, Magento = 0.77, Yellow = 0.55 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 54 | 106 | - |
| CMYK | 0 | 0.77 | 0.55 | 0.08 |
| HSL | 342.76º | 0.82% | 0.57% | - |
| HSV(B) | 342.76º | 0.77% | 0.92% | - |
| XYZ | 38.18 | 21.34 | 15.74 | - |
| YUV | 114.05 | 123.47 | 214.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 54 | 106 | 0 | 0.77 | 0.55 | 0.08 | 342.76 | 0.82 | 0.57 |
| Hex | EB | 36 | 6A | 0 | 4D | 37 | 8 | 157 | 52 | 39 |
| Octal | 353 | 66 | 152 | 0 | 115 | 67 | 10 | 527 | 122 | 71 |
| Binary | 11101011 | 110110 | 1101010 | 0 | 1001101 | 110111 | 1000 | 101010111 | 1010010 | 111001 |
Color Harmonies of #EB366A
Complementary color
Monochromatic Colors of #EB366A
Black with #EB366A
Text Example
Text Example
White with #EB366A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB366A; }
p { color: rgb(235,54,106); }
H1.HeaderClassName
{
color: #EB366A;
}
.AnyTagClassName
{
color: #EB366A;
}
</style>
background-color css
<style>
a { background-color: #EB366A; }
a { background-color: rgb(235,54,106); }
div.DivClassName
{
background-color: #EB366A;
}
.BgClassName
{
background-color: #EB366A;
}
</style>
border-color css
<style>
span { border-color: #EB366A; }
span { border-color: rgb(235,54,106); }
td.TdClassName
{
border-color: #EB366A;
}
.TagClassName
{
border-color: #EB366A;
}
</style>