Shades of Cerise #EA286E
Tints of Cerise #EA286E
RGB
CMYK
RGB Variations
Color information
#EA286E (or 0xEA286E) is known color: Cerise. HEX triplet: EA, 28 and 6E. RGB value is (234,40,110). Sum of RGB (Red+Green+Blue) = 234+40+110=384 (50% of max value = 765). Red value is 234 (91.80% from 255 or 60.94% from 384); Green value is 40 (16.02% from 255 or 10.42% from 384); Blue value is 110 (43.36% from 255 or 28.65% from 384); Max value from RGB is 234 - color contains mainly: red. Hex color #EA286E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA286E is #15D791. Grayscale: #696969. Windows color (decimal): -1431442 or 7219434. OLE color: 7219434.
HSL color Cylindrical-coordinate representation of color #EA286E: hue angle of 338.35º 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 #EA286E is Cyan = 0, Magento = 0.83, Yellow = 0.53 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 40 | 110 | - |
| CMYK | 0 | 0.83 | 0.53 | 0.08 |
| HSL | 338.35º | 0.82% | 0.54% | - |
| HSV(B) | 338.35º | 0.83% | 0.92% | - |
| XYZ | 37.5 | 20.14 | 16.66 | - |
| YUV | 105.99 | 130.27 | 219.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 40 | 110 | 0 | 0.83 | 0.53 | 0.08 | 338.35 | 0.82 | 0.54 |
| Hex | EA | 28 | 6E | 0 | 53 | 35 | 8 | 152 | 52 | 36 |
| Octal | 352 | 50 | 156 | 0 | 123 | 65 | 10 | 522 | 122 | 66 |
| Binary | 11101010 | 101000 | 1101110 | 0 | 1010011 | 110101 | 1000 | 101010010 | 1010010 | 110110 |
Color Harmonies of #EA286E
Complementary color
Monochromatic Colors of #EA286E
Black with #EA286E
Text Example
Text Example
White with #EA286E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA286E; }
p { color: rgb(234,40,110); }
H1.HeaderClassName
{
color: #EA286E;
}
.AnyTagClassName
{
color: #EA286E;
}
</style>
background-color css
<style>
a { background-color: #EA286E; }
a { background-color: rgb(234,40,110); }
div.DivClassName
{
background-color: #EA286E;
}
.BgClassName
{
background-color: #EA286E;
}
</style>
border-color css
<style>
span { border-color: #EA286E; }
span { border-color: rgb(234,40,110); }
td.TdClassName
{
border-color: #EA286E;
}
.TagClassName
{
border-color: #EA286E;
}
</style>