Shades of Cerise #EA256C
Tints of Cerise #EA256C
RGB
CMYK
RGB Variations
Color information
#EA256C (or 0xEA256C) is known color: Cerise. HEX triplet: EA, 25 and 6C. RGB value is (234,37,108). Sum of RGB (Red+Green+Blue) = 234+37+108=379 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.74% from 379); Green value is 37 (14.84% from 255 or 9.76% from 379); Blue value is 108 (42.58% from 255 or 28.50% from 379); Max value from RGB is 234 - color contains mainly: red. Hex color #EA256C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA256C is #15DA93. Grayscale: #676767. Windows color (decimal): -1432212 or 7087594. OLE color: 7087594.
HSL color Cylindrical-coordinate representation of color #EA256C: hue angle of 338.38º 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 #EA256C is Cyan = 0, Magento = 0.84, Yellow = 0.54 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 37 | 108 | - |
| CMYK | 0 | 0.84 | 0.54 | 0.08 |
| HSL | 338.38º | 0.82% | 0.53% | - |
| HSV(B) | 338.38º | 0.84% | 0.92% | - |
| XYZ | 37.3 | 19.9 | 16.06 | - |
| YUV | 104 | 130.27 | 220.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 37 | 108 | 0 | 0.84 | 0.54 | 0.08 | 338.38 | 0.82 | 0.53 |
| Hex | EA | 25 | 6C | 0 | 54 | 36 | 8 | 152 | 52 | 35 |
| Octal | 352 | 45 | 154 | 0 | 124 | 66 | 10 | 522 | 122 | 65 |
| Binary | 11101010 | 100101 | 1101100 | 0 | 1010100 | 110110 | 1000 | 101010010 | 1010010 | 110101 |
Color Harmonies of #EA256C
Complementary color
Monochromatic Colors of #EA256C
Black with #EA256C
Text Example
Text Example
White with #EA256C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA256C; }
p { color: rgb(234,37,108); }
H1.HeaderClassName
{
color: #EA256C;
}
.AnyTagClassName
{
color: #EA256C;
}
</style>
background-color css
<style>
a { background-color: #EA256C; }
a { background-color: rgb(234,37,108); }
div.DivClassName
{
background-color: #EA256C;
}
.BgClassName
{
background-color: #EA256C;
}
</style>
border-color css
<style>
span { border-color: #EA256C; }
span { border-color: rgb(234,37,108); }
td.TdClassName
{
border-color: #EA256C;
}
.TagClassName
{
border-color: #EA256C;
}
</style>