Shades of Cerise #EA2867
Tints of Cerise #EA2867
RGB
CMYK
RGB Variations
Color information
#EA2867 (or 0xEA2867) is known color: Cerise. HEX triplet: EA, 28 and 67. RGB value is (234,40,103). Sum of RGB (Red+Green+Blue) = 234+40+103=377 (49% of max value = 765). Red value is 234 (91.80% from 255 or 62.07% from 377); Green value is 40 (16.02% from 255 or 10.61% from 377); Blue value is 103 (40.62% from 255 or 27.32% from 377); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2867 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA2867 is #15D798. Grayscale: #696969. Windows color (decimal): -1431449 or 6760682. OLE color: 6760682.
HSL color Cylindrical-coordinate representation of color #EA2867: hue angle of 340.52º 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 #EA2867 is Cyan = 0, Magento = 0.83, Yellow = 0.56 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 40 | 103 | - |
| CMYK | 0 | 0.83 | 0.56 | 0.08 |
| HSL | 340.52º | 0.82% | 0.54% | - |
| HSV(B) | 340.52º | 0.83% | 0.92% | - |
| XYZ | 37.14 | 19.99 | 14.73 | - |
| YUV | 105.19 | 126.77 | 219.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 40 | 103 | 0 | 0.83 | 0.56 | 0.08 | 340.52 | 0.82 | 0.54 |
| Hex | EA | 28 | 67 | 0 | 53 | 38 | 8 | 155 | 52 | 36 |
| Octal | 352 | 50 | 147 | 0 | 123 | 70 | 10 | 525 | 122 | 66 |
| Binary | 11101010 | 101000 | 1100111 | 0 | 1010011 | 111000 | 1000 | 101010101 | 1010010 | 110110 |
Color Harmonies of #EA2867
Complementary color
Monochromatic Colors of #EA2867
Black with #EA2867
Text Example
Text Example
White with #EA2867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2867; }
p { color: rgb(234,40,103); }
H1.HeaderClassName
{
color: #EA2867;
}
.AnyTagClassName
{
color: #EA2867;
}
</style>
background-color css
<style>
a { background-color: #EA2867; }
a { background-color: rgb(234,40,103); }
div.DivClassName
{
background-color: #EA2867;
}
.BgClassName
{
background-color: #EA2867;
}
</style>
border-color css
<style>
span { border-color: #EA2867; }
span { border-color: rgb(234,40,103); }
td.TdClassName
{
border-color: #EA2867;
}
.TagClassName
{
border-color: #EA2867;
}
</style>