Shades of Cerise #EA296B
Tints of Cerise #EA296B
RGB
CMYK
RGB Variations
Color information
#EA296B (or 0xEA296B) is known color: Cerise. HEX triplet: EA, 29 and 6B. RGB value is (234,41,107). Sum of RGB (Red+Green+Blue) = 234+41+107=382 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.26% from 382); Green value is 41 (16.41% from 255 or 10.73% from 382); Blue value is 107 (42.19% from 255 or 28.01% from 382); Max value from RGB is 234 - color contains mainly: red. Hex color #EA296B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA296B is #15D694. Grayscale: #6A6A6A. Windows color (decimal): -1431189 or 7023082. OLE color: 7023082.
HSL color Cylindrical-coordinate representation of color #EA296B: hue angle of 339.48º 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 #EA296B is Cyan = 0, Magento = 0.82, Yellow = 0.54 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 41 | 107 | - |
| CMYK | 0 | 0.82 | 0.54 | 0.08 |
| HSL | 339.48º | 0.82% | 0.54% | - |
| HSV(B) | 339.48º | 0.82% | 0.92% | - |
| XYZ | 37.38 | 20.14 | 15.83 | - |
| YUV | 106.23 | 128.44 | 219.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 41 | 107 | 0 | 0.82 | 0.54 | 0.08 | 339.48 | 0.82 | 0.54 |
| Hex | EA | 29 | 6B | 0 | 52 | 36 | 8 | 153 | 52 | 36 |
| Octal | 352 | 51 | 153 | 0 | 122 | 66 | 10 | 523 | 122 | 66 |
| Binary | 11101010 | 101001 | 1101011 | 0 | 1010010 | 110110 | 1000 | 101010011 | 1010010 | 110110 |
Color Harmonies of #EA296B
Complementary color
Monochromatic Colors of #EA296B
Black with #EA296B
Text Example
Text Example
White with #EA296B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA296B; }
p { color: rgb(234,41,107); }
H1.HeaderClassName
{
color: #EA296B;
}
.AnyTagClassName
{
color: #EA296B;
}
</style>
background-color css
<style>
a { background-color: #EA296B; }
a { background-color: rgb(234,41,107); }
div.DivClassName
{
background-color: #EA296B;
}
.BgClassName
{
background-color: #EA296B;
}
</style>
border-color css
<style>
span { border-color: #EA296B; }
span { border-color: rgb(234,41,107); }
td.TdClassName
{
border-color: #EA296B;
}
.TagClassName
{
border-color: #EA296B;
}
</style>