Shades of Cerise #EA2C68
Tints of Cerise #EA2C68
RGB
CMYK
RGB Variations
Color information
#EA2C68 (or 0xEA2C68) is known color: Cerise. HEX triplet: EA, 2C and 68. RGB value is (234,44,104). Sum of RGB (Red+Green+Blue) = 234+44+104=382 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.26% from 382); Green value is 44 (17.58% from 255 or 11.52% from 382); Blue value is 104 (41.02% from 255 or 27.23% from 382); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2C68 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA2C68 is #15D397. Grayscale: #6B6B6B. Windows color (decimal): -1430424 or 6827242. OLE color: 6827242.
HSL color Cylindrical-coordinate representation of color #EA2C68: hue angle of 341.05º 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 #EA2C68 is Cyan = 0, Magento = 0.81, Yellow = 0.56 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 44 | 104 | - |
| CMYK | 0 | 0.81 | 0.56 | 0.08 |
| HSL | 341.05º | 0.82% | 0.55% | - |
| HSV(B) | 341.05º | 0.81% | 0.92% | - |
| XYZ | 37.33 | 20.29 | 15.05 | - |
| YUV | 107.65 | 125.95 | 218.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 44 | 104 | 0 | 0.81 | 0.56 | 0.08 | 341.05 | 0.82 | 0.55 |
| Hex | EA | 2C | 68 | 0 | 51 | 38 | 8 | 155 | 52 | 37 |
| Octal | 352 | 54 | 150 | 0 | 121 | 70 | 10 | 525 | 122 | 67 |
| Binary | 11101010 | 101100 | 1101000 | 0 | 1010001 | 111000 | 1000 | 101010101 | 1010010 | 110111 |
Color Harmonies of #EA2C68
Complementary color
Monochromatic Colors of #EA2C68
Black with #EA2C68
Text Example
Text Example
White with #EA2C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2C68; }
p { color: rgb(234,44,104); }
H1.HeaderClassName
{
color: #EA2C68;
}
.AnyTagClassName
{
color: #EA2C68;
}
</style>
background-color css
<style>
a { background-color: #EA2C68; }
a { background-color: rgb(234,44,104); }
div.DivClassName
{
background-color: #EA2C68;
}
.BgClassName
{
background-color: #EA2C68;
}
</style>
border-color css
<style>
span { border-color: #EA2C68; }
span { border-color: rgb(234,44,104); }
td.TdClassName
{
border-color: #EA2C68;
}
.TagClassName
{
border-color: #EA2C68;
}
</style>