Shades of Cerise #EA2C6C
Tints of Cerise #EA2C6C
RGB
CMYK
RGB Variations
Color information
#EA2C6C (or 0xEA2C6C) is known color: Cerise. HEX triplet: EA, 2C and 6C. RGB value is (234,44,108). Sum of RGB (Red+Green+Blue) = 234+44+108=386 (51% of max value = 765). Red value is 234 (91.80% from 255 or 60.62% from 386); Green value is 44 (17.58% from 255 or 11.40% from 386); Blue value is 108 (42.58% from 255 or 27.98% from 386); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2C6C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA2C6C is #15D393. Grayscale: #6C6C6C. Windows color (decimal): -1430420 or 7089386. OLE color: 7089386.
HSL color Cylindrical-coordinate representation of color #EA2C6C: hue angle of 339.79º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EA2C6C is Cyan = 0, Magento = 0.81, Yellow = 0.54 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 44 | 108 | - |
| CMYK | 0 | 0.81 | 0.54 | 0.08 |
| HSL | 339.79º | 0.82% | 0.55% | - |
| HSV(B) | 339.79º | 0.81% | 0.92% | - |
| XYZ | 37.54 | 20.38 | 16.14 | - |
| YUV | 108.11 | 127.95 | 217.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 44 | 108 | 0 | 0.81 | 0.54 | 0.08 | 339.79 | 0.82 | 0.55 |
| Hex | EA | 2C | 6C | 0 | 51 | 36 | 8 | 154 | 52 | 37 |
| Octal | 352 | 54 | 154 | 0 | 121 | 66 | 10 | 524 | 122 | 67 |
| Binary | 11101010 | 101100 | 1101100 | 0 | 1010001 | 110110 | 1000 | 101010100 | 1010010 | 110111 |
Color Harmonies of #EA2C6C
Complementary color
Monochromatic Colors of #EA2C6C
Black with #EA2C6C
Text Example
Text Example
White with #EA2C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2C6C; }
p { color: rgb(234,44,108); }
H1.HeaderClassName
{
color: #EA2C6C;
}
.AnyTagClassName
{
color: #EA2C6C;
}
</style>
background-color css
<style>
a { background-color: #EA2C6C; }
a { background-color: rgb(234,44,108); }
div.DivClassName
{
background-color: #EA2C6C;
}
.BgClassName
{
background-color: #EA2C6C;
}
</style>
border-color css
<style>
span { border-color: #EA2C6C; }
span { border-color: rgb(234,44,108); }
td.TdClassName
{
border-color: #EA2C6C;
}
.TagClassName
{
border-color: #EA2C6C;
}
</style>