Shades of Cerise #EA255E
Tints of Cerise #EA255E
RGB
CMYK
RGB Variations
Color information
#EA255E (or 0xEA255E) is known color: Cerise. HEX triplet: EA, 25 and 5E. RGB value is (234,37,94). Sum of RGB (Red+Green+Blue) = 234+37+94=365 (48% of max value = 765). Red value is 234 (91.80% from 255 or 64.11% from 365); Green value is 37 (14.84% from 255 or 10.14% from 365); Blue value is 94 (37.11% from 255 or 25.75% from 365); Max value from RGB is 234 - color contains mainly: red. Hex color #EA255E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA255E is #15DAA1. Grayscale: #666666. Windows color (decimal): -1432226 or 6170090. OLE color: 6170090.
HSL color Cylindrical-coordinate representation of color #EA255E: hue angle of 342.64º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EA255E is Cyan = 0, Magento = 0.84, Yellow = 0.60 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 37 | 94 | - |
| CMYK | 0 | 0.84 | 0.60 | 0.08 |
| HSL | 342.64º | 0.82% | 0.53% | - |
| HSV(B) | 342.64º | 0.84% | 0.92% | - |
| XYZ | 36.61 | 19.62 | 12.45 | - |
| YUV | 102.4 | 123.27 | 221.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 37 | 94 | 0 | 0.84 | 0.60 | 0.08 | 342.64 | 0.82 | 0.53 |
| Hex | EA | 25 | 5E | 0 | 54 | 3C | 8 | 157 | 52 | 35 |
| Octal | 352 | 45 | 136 | 0 | 124 | 74 | 10 | 527 | 122 | 65 |
| Binary | 11101010 | 100101 | 1011110 | 0 | 1010100 | 111100 | 1000 | 101010111 | 1010010 | 110101 |
Color Harmonies of #EA255E
Complementary color
Monochromatic Colors of #EA255E
Black with #EA255E
Text Example
Text Example
White with #EA255E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA255E; }
p { color: rgb(234,37,94); }
H1.HeaderClassName
{
color: #EA255E;
}
.AnyTagClassName
{
color: #EA255E;
}
</style>
background-color css
<style>
a { background-color: #EA255E; }
a { background-color: rgb(234,37,94); }
div.DivClassName
{
background-color: #EA255E;
}
.BgClassName
{
background-color: #EA255E;
}
</style>
border-color css
<style>
span { border-color: #EA255E; }
span { border-color: rgb(234,37,94); }
td.TdClassName
{
border-color: #EA255E;
}
.TagClassName
{
border-color: #EA255E;
}
</style>