Shades of Cerise #EA276F
Tints of Cerise #EA276F
RGB
CMYK
RGB Variations
Color information
#EA276F (or 0xEA276F) is known color: Cerise. HEX triplet: EA, 27 and 6F. RGB value is (234,39,111). Sum of RGB (Red+Green+Blue) = 234+39+111=384 (50% of max value = 765). Red value is 234 (91.80% from 255 or 60.94% from 384); Green value is 39 (15.62% from 255 or 10.16% from 384); Blue value is 111 (43.75% from 255 or 28.91% from 384); Max value from RGB is 234 - color contains mainly: red. Hex color #EA276F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA276F is #15D890. Grayscale: #696969. Windows color (decimal): -1431697 or 7284714. OLE color: 7284714.
HSL color Cylindrical-coordinate representation of color #EA276F: hue angle of 337.85º 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 #EA276F is Cyan = 0, Magento = 0.83, Yellow = 0.53 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 39 | 111 | - |
| CMYK | 0 | 0.83 | 0.53 | 0.08 |
| HSL | 337.85º | 0.82% | 0.54% | - |
| HSV(B) | 337.85º | 0.83% | 0.92% | - |
| XYZ | 37.53 | 20.09 | 16.94 | - |
| YUV | 105.51 | 131.1 | 219.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 39 | 111 | 0 | 0.83 | 0.53 | 0.08 | 337.85 | 0.82 | 0.54 |
| Hex | EA | 27 | 6F | 0 | 53 | 35 | 8 | 152 | 52 | 36 |
| Octal | 352 | 47 | 157 | 0 | 123 | 65 | 10 | 522 | 122 | 66 |
| Binary | 11101010 | 100111 | 1101111 | 0 | 1010011 | 110101 | 1000 | 101010010 | 1010010 | 110110 |
Color Harmonies of #EA276F
Complementary color
Monochromatic Colors of #EA276F
Black with #EA276F
Text Example
Text Example
White with #EA276F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA276F; }
p { color: rgb(234,39,111); }
H1.HeaderClassName
{
color: #EA276F;
}
.AnyTagClassName
{
color: #EA276F;
}
</style>
background-color css
<style>
a { background-color: #EA276F; }
a { background-color: rgb(234,39,111); }
div.DivClassName
{
background-color: #EA276F;
}
.BgClassName
{
background-color: #EA276F;
}
</style>
border-color css
<style>
span { border-color: #EA276F; }
span { border-color: rgb(234,39,111); }
td.TdClassName
{
border-color: #EA276F;
}
.TagClassName
{
border-color: #EA276F;
}
</style>