Shades of Cerise #EA256F
Tints of Cerise #EA256F
RGB
CMYK
RGB Variations
Color information
#EA256F (or 0xEA256F) is known color: Cerise. HEX triplet: EA, 25 and 6F. RGB value is (234,37,111). Sum of RGB (Red+Green+Blue) = 234+37+111=382 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.26% from 382); Green value is 37 (14.84% from 255 or 9.69% from 382); Blue value is 111 (43.75% from 255 or 29.06% from 382); Max value from RGB is 234 - color contains mainly: red. Hex color #EA256F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA256F is #15DA90. Grayscale: #686868. Windows color (decimal): -1432209 or 7284202. OLE color: 7284202.
HSL color Cylindrical-coordinate representation of color #EA256F: hue angle of 337.46º 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 #EA256F is Cyan = 0, Magento = 0.84, Yellow = 0.53 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 37 | 111 | - |
| CMYK | 0 | 0.84 | 0.53 | 0.08 |
| HSL | 337.46º | 0.82% | 0.53% | - |
| HSV(B) | 337.46º | 0.84% | 0.92% | - |
| XYZ | 37.46 | 19.96 | 16.92 | - |
| YUV | 104.34 | 131.77 | 220.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 37 | 111 | 0 | 0.84 | 0.53 | 0.08 | 337.46 | 0.82 | 0.53 |
| Hex | EA | 25 | 6F | 0 | 54 | 35 | 8 | 151 | 52 | 35 |
| Octal | 352 | 45 | 157 | 0 | 124 | 65 | 10 | 521 | 122 | 65 |
| Binary | 11101010 | 100101 | 1101111 | 0 | 1010100 | 110101 | 1000 | 101010001 | 1010010 | 110101 |
Color Harmonies of #EA256F
Complementary color
Monochromatic Colors of #EA256F
Black with #EA256F
Text Example
Text Example
White with #EA256F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA256F; }
p { color: rgb(234,37,111); }
H1.HeaderClassName
{
color: #EA256F;
}
.AnyTagClassName
{
color: #EA256F;
}
</style>
background-color css
<style>
a { background-color: #EA256F; }
a { background-color: rgb(234,37,111); }
div.DivClassName
{
background-color: #EA256F;
}
.BgClassName
{
background-color: #EA256F;
}
</style>
border-color css
<style>
span { border-color: #EA256F; }
span { border-color: rgb(234,37,111); }
td.TdClassName
{
border-color: #EA256F;
}
.TagClassName
{
border-color: #EA256F;
}
</style>