Shades of Cerise #EA2869
Tints of Cerise #EA2869
RGB
CMYK
RGB Variations
Color information
#EA2869 (or 0xEA2869) is known color: Cerise. HEX triplet: EA, 28 and 69. RGB value is (234,40,105). Sum of RGB (Red+Green+Blue) = 234+40+105=379 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.74% from 379); Green value is 40 (16.02% from 255 or 10.55% from 379); Blue value is 105 (41.41% from 255 or 27.70% from 379); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2869 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA2869 is #15D796. Grayscale: #696969. Windows color (decimal): -1431447 or 6891754. OLE color: 6891754.
HSL color Cylindrical-coordinate representation of color #EA2869: hue angle of 339.9º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EA2869 is Cyan = 0, Magento = 0.83, Yellow = 0.55 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 40 | 105 | - |
| CMYK | 0 | 0.83 | 0.55 | 0.08 |
| HSL | 339.9º | 0.82% | 0.54% | - |
| HSV(B) | 339.9º | 0.83% | 0.92% | - |
| XYZ | 37.24 | 20.03 | 15.27 | - |
| YUV | 105.42 | 127.77 | 219.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 40 | 105 | 0 | 0.83 | 0.55 | 0.08 | 339.9 | 0.82 | 0.54 |
| Hex | EA | 28 | 69 | 0 | 53 | 37 | 8 | 154 | 52 | 36 |
| Octal | 352 | 50 | 151 | 0 | 123 | 67 | 10 | 524 | 122 | 66 |
| Binary | 11101010 | 101000 | 1101001 | 0 | 1010011 | 110111 | 1000 | 101010100 | 1010010 | 110110 |
Color Harmonies of #EA2869
Complementary color
Monochromatic Colors of #EA2869
Black with #EA2869
Text Example
Text Example
White with #EA2869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2869; }
p { color: rgb(234,40,105); }
H1.HeaderClassName
{
color: #EA2869;
}
.AnyTagClassName
{
color: #EA2869;
}
</style>
background-color css
<style>
a { background-color: #EA2869; }
a { background-color: rgb(234,40,105); }
div.DivClassName
{
background-color: #EA2869;
}
.BgClassName
{
background-color: #EA2869;
}
</style>
border-color css
<style>
span { border-color: #EA2869; }
span { border-color: rgb(234,40,105); }
td.TdClassName
{
border-color: #EA2869;
}
.TagClassName
{
border-color: #EA2869;
}
</style>