Shades of Cerise #EA2967
Tints of Cerise #EA2967
RGB
CMYK
RGB Variations
Color information
#EA2967 (or 0xEA2967) is known color: Cerise. HEX triplet: EA, 29 and 67. RGB value is (234,41,103). Sum of RGB (Red+Green+Blue) = 234+41+103=378 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.90% from 378); Green value is 41 (16.41% from 255 or 10.85% from 378); Blue value is 103 (40.62% from 255 or 27.25% from 378); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2967 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA2967 is #15D698. Grayscale: #696969. Windows color (decimal): -1431193 or 6760938. OLE color: 6760938.
HSL color Cylindrical-coordinate representation of color #EA2967: hue angle of 340.73º 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 #EA2967 is Cyan = 0, Magento = 0.82, Yellow = 0.56 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 41 | 103 | - |
| CMYK | 0 | 0.82 | 0.56 | 0.08 |
| HSL | 340.73º | 0.82% | 0.54% | - |
| HSV(B) | 340.73º | 0.82% | 0.92% | - |
| XYZ | 37.17 | 20.06 | 14.74 | - |
| YUV | 105.78 | 126.44 | 219.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 41 | 103 | 0 | 0.82 | 0.56 | 0.08 | 340.73 | 0.82 | 0.54 |
| Hex | EA | 29 | 67 | 0 | 52 | 38 | 8 | 155 | 52 | 36 |
| Octal | 352 | 51 | 147 | 0 | 122 | 70 | 10 | 525 | 122 | 66 |
| Binary | 11101010 | 101001 | 1100111 | 0 | 1010010 | 111000 | 1000 | 101010101 | 1010010 | 110110 |
Color Harmonies of #EA2967
Complementary color
Monochromatic Colors of #EA2967
Black with #EA2967
Text Example
Text Example
White with #EA2967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2967; }
p { color: rgb(234,41,103); }
H1.HeaderClassName
{
color: #EA2967;
}
.AnyTagClassName
{
color: #EA2967;
}
</style>
background-color css
<style>
a { background-color: #EA2967; }
a { background-color: rgb(234,41,103); }
div.DivClassName
{
background-color: #EA2967;
}
.BgClassName
{
background-color: #EA2967;
}
</style>
border-color css
<style>
span { border-color: #EA2967; }
span { border-color: rgb(234,41,103); }
td.TdClassName
{
border-color: #EA2967;
}
.TagClassName
{
border-color: #EA2967;
}
</style>