Shades of Cerise #EA2B76
Tints of Cerise #EA2B76
RGB
CMYK
RGB Variations
Color information
#EA2B76 (or 0xEA2B76) is known color: Cerise. HEX triplet: EA, 2B and 76. RGB value is (234,43,118). Sum of RGB (Red+Green+Blue) = 234+43+118=395 (52% of max value = 765). Red value is 234 (91.80% from 255 or 59.24% from 395); Green value is 43 (17.19% from 255 or 10.89% from 395); Blue value is 118 (46.48% from 255 or 29.87% from 395); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2B76 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA2B76 is #15D489. Grayscale: #6C6C6C. Windows color (decimal): -1430666 or 7744490. OLE color: 7744490.
HSL color Cylindrical-coordinate representation of color #EA2B76: hue angle of 336.44º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EA2B76 is Cyan = 0, Magento = 0.82, Yellow = 0.50 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 43 | 118 | - |
| CMYK | 0 | 0.82 | 0.50 | 0.08 |
| HSL | 336.44º | 0.82% | 0.54% | - |
| HSV(B) | 336.44º | 0.82% | 0.92% | - |
| XYZ | 38.07 | 20.53 | 19.1 | - |
| YUV | 108.66 | 133.28 | 217.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 43 | 118 | 0 | 0.82 | 0.50 | 0.08 | 336.44 | 0.82 | 0.54 |
| Hex | EA | 2B | 76 | 0 | 52 | 32 | 8 | 150 | 52 | 36 |
| Octal | 352 | 53 | 166 | 0 | 122 | 62 | 10 | 520 | 122 | 66 |
| Binary | 11101010 | 101011 | 1110110 | 0 | 1010010 | 110010 | 1000 | 101010000 | 1010010 | 110110 |
Color Harmonies of #EA2B76
Complementary color
Monochromatic Colors of #EA2B76
Black with #EA2B76
Text Example
Text Example
White with #EA2B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2B76; }
p { color: rgb(234,43,118); }
H1.HeaderClassName
{
color: #EA2B76;
}
.AnyTagClassName
{
color: #EA2B76;
}
</style>
background-color css
<style>
a { background-color: #EA2B76; }
a { background-color: rgb(234,43,118); }
div.DivClassName
{
background-color: #EA2B76;
}
.BgClassName
{
background-color: #EA2B76;
}
</style>
border-color css
<style>
span { border-color: #EA2B76; }
span { border-color: rgb(234,43,118); }
td.TdClassName
{
border-color: #EA2B76;
}
.TagClassName
{
border-color: #EA2B76;
}
</style>