Shades of Cerise #EB415E
Tints of Cerise #EB415E
RGB
CMYK
RGB Variations
Color information
#EB415E (or 0xEB415E) is known color: Cerise. HEX triplet: EB, 41 and 5E. RGB value is (235,65,94). Sum of RGB (Red+Green+Blue) = 235+65+94=394 (52% of max value = 765). Red value is 235 (92.19% from 255 or 59.64% from 394); Green value is 65 (25.78% from 255 or 16.50% from 394); Blue value is 94 (37.11% from 255 or 23.86% from 394); Max value from RGB is 235 - color contains mainly: red. Hex color #EB415E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB415E is #14BEA1. Grayscale: #777777. Windows color (decimal): -1359522 or 6177259. OLE color: 6177259.
HSL color Cylindrical-coordinate representation of color #EB415E: hue angle of 349.76º 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 #EB415E is Cyan = 0, Magento = 0.72, Yellow = 0.6 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 65 | 94 | - |
| CMYK | 0 | 0.72 | 0.6 | 0.08 |
| HSL | 349.76º | 0.81% | 0.59% | - |
| HSV(B) | 349.76º | 0.72% | 0.92% | - |
| XYZ | 38.17 | 22.25 | 12.87 | - |
| YUV | 119.14 | 113.82 | 210.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 65 | 94 | 0 | 0.72 | 0.6 | 0.08 | 349.76 | 0.81 | 0.59 |
| Hex | EB | 41 | 5E | 0 | 48 | 3C | 8 | 15E | 51 | 3B |
| Octal | 353 | 101 | 136 | 0 | 110 | 74 | 10 | 536 | 121 | 73 |
| Binary | 11101011 | 1000001 | 1011110 | 0 | 1001000 | 111100 | 1000 | 101011110 | 1010001 | 111011 |
Color Harmonies of #EB415E
Complementary color
Monochromatic Colors of #EB415E
Black with #EB415E
Text Example
Text Example
White with #EB415E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB415E; }
p { color: rgb(235,65,94); }
H1.HeaderClassName
{
color: #EB415E;
}
.AnyTagClassName
{
color: #EB415E;
}
</style>
background-color css
<style>
a { background-color: #EB415E; }
a { background-color: rgb(235,65,94); }
div.DivClassName
{
background-color: #EB415E;
}
.BgClassName
{
background-color: #EB415E;
}
</style>
border-color css
<style>
span { border-color: #EB415E; }
span { border-color: rgb(235,65,94); }
td.TdClassName
{
border-color: #EB415E;
}
.TagClassName
{
border-color: #EB415E;
}
</style>