Shades of Cerise #EA346C
Tints of Cerise #EA346C
RGB
CMYK
RGB Variations
Color information
#EA346C (or 0xEA346C) is known color: Cerise. HEX triplet: EA, 34 and 6C. RGB value is (234,52,108). Sum of RGB (Red+Green+Blue) = 234+52+108=394 (52% of max value = 765). Red value is 234 (91.80% from 255 or 59.39% from 394); Green value is 52 (20.70% from 255 or 13.20% from 394); Blue value is 108 (42.58% from 255 or 27.41% from 394); Max value from RGB is 234 - color contains mainly: red. Hex color #EA346C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA346C is #15CB93. Grayscale: #707070. Windows color (decimal): -1428372 or 7091434. OLE color: 7091434.
HSL color Cylindrical-coordinate representation of color #EA346C: hue angle of 341.54º 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 #EA346C is Cyan = 0, Magento = 0.78, Yellow = 0.54 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 52 | 108 | - |
| CMYK | 0 | 0.78 | 0.54 | 0.08 |
| HSL | 341.54º | 0.81% | 0.56% | - |
| HSV(B) | 341.54º | 0.78% | 0.92% | - |
| XYZ | 37.87 | 21.03 | 16.25 | - |
| YUV | 112.8 | 125.3 | 214.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 52 | 108 | 0 | 0.78 | 0.54 | 0.08 | 341.54 | 0.81 | 0.56 |
| Hex | EA | 34 | 6C | 0 | 4E | 36 | 8 | 156 | 51 | 38 |
| Octal | 352 | 64 | 154 | 0 | 116 | 66 | 10 | 526 | 121 | 70 |
| Binary | 11101010 | 110100 | 1101100 | 0 | 1001110 | 110110 | 1000 | 101010110 | 1010001 | 111000 |
Color Harmonies of #EA346C
Complementary color
Monochromatic Colors of #EA346C
Black with #EA346C
Text Example
Text Example
White with #EA346C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA346C; }
p { color: rgb(234,52,108); }
H1.HeaderClassName
{
color: #EA346C;
}
.AnyTagClassName
{
color: #EA346C;
}
</style>
background-color css
<style>
a { background-color: #EA346C; }
a { background-color: rgb(234,52,108); }
div.DivClassName
{
background-color: #EA346C;
}
.BgClassName
{
background-color: #EA346C;
}
</style>
border-color css
<style>
span { border-color: #EA346C; }
span { border-color: rgb(234,52,108); }
td.TdClassName
{
border-color: #EA346C;
}
.TagClassName
{
border-color: #EA346C;
}
</style>