Shades of Cerise #EB416D
Tints of Cerise #EB416D
RGB
CMYK
RGB Variations
Color information
#EB416D (or 0xEB416D) is known color: Cerise. HEX triplet: EB, 41 and 6D. RGB value is (235,65,109). Sum of RGB (Red+Green+Blue) = 235+65+109=409 (54% of max value = 765). Red value is 235 (92.19% from 255 or 57.46% from 409); Green value is 65 (25.78% from 255 or 15.89% from 409); Blue value is 109 (42.97% from 255 or 26.65% from 409); Max value from RGB is 235 - color contains mainly: red. Hex color #EB416D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB416D is #14BE92. Grayscale: #787878. Windows color (decimal): -1359507 or 7160299. OLE color: 7160299.
HSL color Cylindrical-coordinate representation of color #EB416D: hue angle of 344.47º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EB416D is Cyan = 0, Magento = 0.72, Yellow = 0.54 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 65 | 109 | - |
| CMYK | 0 | 0.72 | 0.54 | 0.08 |
| HSL | 344.47º | 0.81% | 0.59% | - |
| HSV(B) | 344.47º | 0.72% | 0.92% | - |
| XYZ | 38.91 | 22.55 | 16.77 | - |
| YUV | 120.85 | 121.32 | 209.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 65 | 109 | 0 | 0.72 | 0.54 | 0.08 | 344.47 | 0.81 | 0.59 |
| Hex | EB | 41 | 6D | 0 | 48 | 36 | 8 | 158 | 51 | 3B |
| Octal | 353 | 101 | 155 | 0 | 110 | 66 | 10 | 530 | 121 | 73 |
| Binary | 11101011 | 1000001 | 1101101 | 0 | 1001000 | 110110 | 1000 | 101011000 | 1010001 | 111011 |
Color Harmonies of #EB416D
Complementary color
Monochromatic Colors of #EB416D
Black with #EB416D
Text Example
Text Example
White with #EB416D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB416D; }
p { color: rgb(235,65,109); }
H1.HeaderClassName
{
color: #EB416D;
}
.AnyTagClassName
{
color: #EB416D;
}
</style>
background-color css
<style>
a { background-color: #EB416D; }
a { background-color: rgb(235,65,109); }
div.DivClassName
{
background-color: #EB416D;
}
.BgClassName
{
background-color: #EB416D;
}
</style>
border-color css
<style>
span { border-color: #EB416D; }
span { border-color: rgb(235,65,109); }
td.TdClassName
{
border-color: #EB416D;
}
.TagClassName
{
border-color: #EB416D;
}
</style>