Shades of Cerise #EA346D
Tints of Cerise #EA346D
RGB
CMYK
RGB Variations
Color information
#EA346D (or 0xEA346D) is known color: Cerise. HEX triplet: EA, 34 and 6D. RGB value is (234,52,109). Sum of RGB (Red+Green+Blue) = 234+52+109=395 (52% of max value = 765). Red value is 234 (91.80% from 255 or 59.24% from 395); Green value is 52 (20.70% from 255 or 13.16% from 395); Blue value is 109 (42.97% from 255 or 27.59% from 395); Max value from RGB is 234 - color contains mainly: red. Hex color #EA346D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA346D is #15CB92. Grayscale: #707070. Windows color (decimal): -1428371 or 7156970. OLE color: 7156970.
HSL color Cylindrical-coordinate representation of color #EA346D: hue angle of 341.21º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EA346D is Cyan = 0, Magento = 0.78, Yellow = 0.53 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 52 | 109 | - |
| CMYK | 0 | 0.78 | 0.53 | 0.08 |
| HSL | 341.21º | 0.81% | 0.56% | - |
| HSV(B) | 341.21º | 0.78% | 0.92% | - |
| XYZ | 37.92 | 21.05 | 16.53 | - |
| YUV | 112.92 | 125.8 | 214.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 52 | 109 | 0 | 0.78 | 0.53 | 0.08 | 341.21 | 0.81 | 0.56 |
| Hex | EA | 34 | 6D | 0 | 4E | 35 | 8 | 155 | 51 | 38 |
| Octal | 352 | 64 | 155 | 0 | 116 | 65 | 10 | 525 | 121 | 70 |
| Binary | 11101010 | 110100 | 1101101 | 0 | 1001110 | 110101 | 1000 | 101010101 | 1010001 | 111000 |
Color Harmonies of #EA346D
Complementary color
Monochromatic Colors of #EA346D
Black with #EA346D
Text Example
Text Example
White with #EA346D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA346D; }
p { color: rgb(234,52,109); }
H1.HeaderClassName
{
color: #EA346D;
}
.AnyTagClassName
{
color: #EA346D;
}
</style>
background-color css
<style>
a { background-color: #EA346D; }
a { background-color: rgb(234,52,109); }
div.DivClassName
{
background-color: #EA346D;
}
.BgClassName
{
background-color: #EA346D;
}
</style>
border-color css
<style>
span { border-color: #EA346D; }
span { border-color: rgb(234,52,109); }
td.TdClassName
{
border-color: #EA346D;
}
.TagClassName
{
border-color: #EA346D;
}
</style>