Shades of Cerise #EA2C66
Tints of Cerise #EA2C66
RGB
CMYK
RGB Variations
Color information
#EA2C66 (or 0xEA2C66) is known color: Cerise. HEX triplet: EA, 2C and 66. RGB value is (234,44,102). Sum of RGB (Red+Green+Blue) = 234+44+102=380 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.58% from 380); Green value is 44 (17.58% from 255 or 11.58% from 380); Blue value is 102 (40.23% from 255 or 26.84% from 380); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2C66 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA2C66 is #15D399. Grayscale: #6B6B6B. Windows color (decimal): -1430426 or 6696170. OLE color: 6696170.
HSL color Cylindrical-coordinate representation of color #EA2C66: hue angle of 341.68º 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 #EA2C66 is Cyan = 0, Magento = 0.81, Yellow = 0.56 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 44 | 102 | - |
| CMYK | 0 | 0.81 | 0.56 | 0.08 |
| HSL | 341.68º | 0.82% | 0.55% | - |
| HSV(B) | 341.68º | 0.81% | 0.92% | - |
| XYZ | 37.23 | 20.25 | 14.52 | - |
| YUV | 107.42 | 124.95 | 218.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 44 | 102 | 0 | 0.81 | 0.56 | 0.08 | 341.68 | 0.82 | 0.55 |
| Hex | EA | 2C | 66 | 0 | 51 | 38 | 8 | 156 | 52 | 37 |
| Octal | 352 | 54 | 146 | 0 | 121 | 70 | 10 | 526 | 122 | 67 |
| Binary | 11101010 | 101100 | 1100110 | 0 | 1010001 | 111000 | 1000 | 101010110 | 1010010 | 110111 |
Color Harmonies of #EA2C66
Complementary color
Monochromatic Colors of #EA2C66
Black with #EA2C66
Text Example
Text Example
White with #EA2C66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2C66; }
p { color: rgb(234,44,102); }
H1.HeaderClassName
{
color: #EA2C66;
}
.AnyTagClassName
{
color: #EA2C66;
}
</style>
background-color css
<style>
a { background-color: #EA2C66; }
a { background-color: rgb(234,44,102); }
div.DivClassName
{
background-color: #EA2C66;
}
.BgClassName
{
background-color: #EA2C66;
}
</style>
border-color css
<style>
span { border-color: #EA2C66; }
span { border-color: rgb(234,44,102); }
td.TdClassName
{
border-color: #EA2C66;
}
.TagClassName
{
border-color: #EA2C66;
}
</style>