Shades of Cerise #EA285F
Tints of Cerise #EA285F
RGB
CMYK
RGB Variations
Color information
#EA285F (or 0xEA285F) is known color: Cerise. HEX triplet: EA, 28 and 5F. RGB value is (234,40,95). Sum of RGB (Red+Green+Blue) = 234+40+95=369 (48% of max value = 765). Red value is 234 (91.80% from 255 or 63.41% from 369); Green value is 40 (16.02% from 255 or 10.84% from 369); Blue value is 95 (37.5% from 255 or 25.75% from 369); Max value from RGB is 234 - color contains mainly: red. Hex color #EA285F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA285F is #15D7A0. Grayscale: #686868. Windows color (decimal): -1431457 or 6236394. OLE color: 6236394.
HSL color Cylindrical-coordinate representation of color #EA285F: hue angle of 342.99º 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 #EA285F is Cyan = 0, Magento = 0.83, Yellow = 0.59 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 40 | 95 | - |
| CMYK | 0 | 0.83 | 0.59 | 0.08 |
| HSL | 342.99º | 0.82% | 0.54% | - |
| HSV(B) | 342.99º | 0.83% | 0.92% | - |
| XYZ | 36.76 | 19.84 | 12.72 | - |
| YUV | 104.28 | 122.77 | 220.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 40 | 95 | 0 | 0.83 | 0.59 | 0.08 | 342.99 | 0.82 | 0.54 |
| Hex | EA | 28 | 5F | 0 | 53 | 3B | 8 | 157 | 52 | 36 |
| Octal | 352 | 50 | 137 | 0 | 123 | 73 | 10 | 527 | 122 | 66 |
| Binary | 11101010 | 101000 | 1011111 | 0 | 1010011 | 111011 | 1000 | 101010111 | 1010010 | 110110 |
Color Harmonies of #EA285F
Complementary color
Monochromatic Colors of #EA285F
Black with #EA285F
Text Example
Text Example
White with #EA285F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA285F; }
p { color: rgb(234,40,95); }
H1.HeaderClassName
{
color: #EA285F;
}
.AnyTagClassName
{
color: #EA285F;
}
</style>
background-color css
<style>
a { background-color: #EA285F; }
a { background-color: rgb(234,40,95); }
div.DivClassName
{
background-color: #EA285F;
}
.BgClassName
{
background-color: #EA285F;
}
</style>
border-color css
<style>
span { border-color: #EA285F; }
span { border-color: rgb(234,40,95); }
td.TdClassName
{
border-color: #EA285F;
}
.TagClassName
{
border-color: #EA285F;
}
</style>