Shades of Cerise #EA356D
Tints of Cerise #EA356D
RGB
CMYK
RGB Variations
Color information
#EA356D (or 0xEA356D) is known color: Cerise. HEX triplet: EA, 35 and 6D. RGB value is (234,53,109). Sum of RGB (Red+Green+Blue) = 234+53+109=396 (52% of max value = 765). Red value is 234 (91.80% from 255 or 59.09% from 396); Green value is 53 (21.09% from 255 or 13.38% from 396); Blue value is 109 (42.97% from 255 or 27.53% from 396); Max value from RGB is 234 - color contains mainly: red. Hex color #EA356D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA356D is #15CA92. Grayscale: #717171. Windows color (decimal): -1428115 or 7157226. OLE color: 7157226.
HSL color Cylindrical-coordinate representation of color #EA356D: hue angle of 341.44º 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 #EA356D is Cyan = 0, Magento = 0.77, Yellow = 0.53 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 53 | 109 | - |
| CMYK | 0 | 0.77 | 0.53 | 0.08 |
| HSL | 341.44º | 0.81% | 0.56% | - |
| HSV(B) | 341.44º | 0.77% | 0.92% | - |
| XYZ | 37.97 | 21.14 | 16.55 | - |
| YUV | 113.5 | 125.47 | 213.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 53 | 109 | 0 | 0.77 | 0.53 | 0.08 | 341.44 | 0.81 | 0.56 |
| Hex | EA | 35 | 6D | 0 | 4D | 35 | 8 | 155 | 51 | 38 |
| Octal | 352 | 65 | 155 | 0 | 115 | 65 | 10 | 525 | 121 | 70 |
| Binary | 11101010 | 110101 | 1101101 | 0 | 1001101 | 110101 | 1000 | 101010101 | 1010001 | 111000 |
Color Harmonies of #EA356D
Complementary color
Monochromatic Colors of #EA356D
Black with #EA356D
Text Example
Text Example
White with #EA356D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA356D; }
p { color: rgb(234,53,109); }
H1.HeaderClassName
{
color: #EA356D;
}
.AnyTagClassName
{
color: #EA356D;
}
</style>
background-color css
<style>
a { background-color: #EA356D; }
a { background-color: rgb(234,53,109); }
div.DivClassName
{
background-color: #EA356D;
}
.BgClassName
{
background-color: #EA356D;
}
</style>
border-color css
<style>
span { border-color: #EA356D; }
span { border-color: rgb(234,53,109); }
td.TdClassName
{
border-color: #EA356D;
}
.TagClassName
{
border-color: #EA356D;
}
</style>