Shades of Cerise #EA345C
Tints of Cerise #EA345C
RGB
CMYK
RGB Variations
Color information
#EA345C (or 0xEA345C) is known color: Cerise. HEX triplet: EA, 34 and 5C. RGB value is (234,52,92). Sum of RGB (Red+Green+Blue) = 234+52+92=378 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.90% from 378); Green value is 52 (20.70% from 255 or 13.76% from 378); Blue value is 92 (36.33% from 255 or 24.34% from 378); Max value from RGB is 234 - color contains mainly: red. Hex color #EA345C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA345C is #15CBA3. Grayscale: #6F6F6F. Windows color (decimal): -1428388 or 6042858. OLE color: 6042858.
HSL color Cylindrical-coordinate representation of color #EA345C: hue angle of 346.81º 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 #EA345C is Cyan = 0, Magento = 0.78, Yellow = 0.61 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 52 | 92 | - |
| CMYK | 0 | 0.78 | 0.61 | 0.08 |
| HSL | 346.81º | 0.81% | 0.56% | - |
| HSV(B) | 346.81º | 0.78% | 0.92% | - |
| XYZ | 37.09 | 20.72 | 12.17 | - |
| YUV | 110.98 | 117.3 | 215.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 52 | 92 | 0 | 0.78 | 0.61 | 0.08 | 346.81 | 0.81 | 0.56 |
| Hex | EA | 34 | 5C | 0 | 4E | 3D | 8 | 15B | 51 | 38 |
| Octal | 352 | 64 | 134 | 0 | 116 | 75 | 10 | 533 | 121 | 70 |
| Binary | 11101010 | 110100 | 1011100 | 0 | 1001110 | 111101 | 1000 | 101011011 | 1010001 | 111000 |
Color Harmonies of #EA345C
Complementary color
Monochromatic Colors of #EA345C
Black with #EA345C
Text Example
Text Example
White with #EA345C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA345C; }
p { color: rgb(234,52,92); }
H1.HeaderClassName
{
color: #EA345C;
}
.AnyTagClassName
{
color: #EA345C;
}
</style>
background-color css
<style>
a { background-color: #EA345C; }
a { background-color: rgb(234,52,92); }
div.DivClassName
{
background-color: #EA345C;
}
.BgClassName
{
background-color: #EA345C;
}
</style>
border-color css
<style>
span { border-color: #EA345C; }
span { border-color: rgb(234,52,92); }
td.TdClassName
{
border-color: #EA345C;
}
.TagClassName
{
border-color: #EA345C;
}
</style>