Shades of Cerise #EA356C
Tints of Cerise #EA356C
RGB
CMYK
RGB Variations
Color information
#EA356C (or 0xEA356C) is known color: Cerise. HEX triplet: EA, 35 and 6C. RGB value is (234,53,108). Sum of RGB (Red+Green+Blue) = 234+53+108=395 (52% of max value = 765). Red value is 234 (91.80% from 255 or 59.24% from 395); Green value is 53 (21.09% from 255 or 13.42% from 395); Blue value is 108 (42.58% from 255 or 27.34% from 395); Max value from RGB is 234 - color contains mainly: red. Hex color #EA356C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA356C is #15CA93. Grayscale: #717171. Windows color (decimal): -1428116 or 7091690. OLE color: 7091690.
HSL color Cylindrical-coordinate representation of color #EA356C: hue angle of 341.77º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EA356C is Cyan = 0, Magento = 0.77, Yellow = 0.54 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 53 | 108 | - |
| CMYK | 0 | 0.77 | 0.54 | 0.08 |
| HSL | 341.77º | 0.81% | 0.56% | - |
| HSV(B) | 341.77º | 0.77% | 0.92% | - |
| XYZ | 37.91 | 21.12 | 16.27 | - |
| YUV | 113.39 | 124.97 | 214.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 53 | 108 | 0 | 0.77 | 0.54 | 0.08 | 341.77 | 0.81 | 0.56 |
| Hex | EA | 35 | 6C | 0 | 4D | 36 | 8 | 156 | 51 | 38 |
| Octal | 352 | 65 | 154 | 0 | 115 | 66 | 10 | 526 | 121 | 70 |
| Binary | 11101010 | 110101 | 1101100 | 0 | 1001101 | 110110 | 1000 | 101010110 | 1010001 | 111000 |
Color Harmonies of #EA356C
Complementary color
Monochromatic Colors of #EA356C
Black with #EA356C
Text Example
Text Example
White with #EA356C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA356C; }
p { color: rgb(234,53,108); }
H1.HeaderClassName
{
color: #EA356C;
}
.AnyTagClassName
{
color: #EA356C;
}
</style>
background-color css
<style>
a { background-color: #EA356C; }
a { background-color: rgb(234,53,108); }
div.DivClassName
{
background-color: #EA356C;
}
.BgClassName
{
background-color: #EA356C;
}
</style>
border-color css
<style>
span { border-color: #EA356C; }
span { border-color: rgb(234,53,108); }
td.TdClassName
{
border-color: #EA356C;
}
.TagClassName
{
border-color: #EA356C;
}
</style>