Shades of Cerise #EA276C
Tints of Cerise #EA276C
RGB
CMYK
RGB Variations
Color information
#EA276C (or 0xEA276C) is known color: Cerise. HEX triplet: EA, 27 and 6C. RGB value is (234,39,108). Sum of RGB (Red+Green+Blue) = 234+39+108=381 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.42% from 381); Green value is 39 (15.62% from 255 or 10.24% from 381); Blue value is 108 (42.58% from 255 or 28.35% from 381); Max value from RGB is 234 - color contains mainly: red. Hex color #EA276C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA276C is #15D893. Grayscale: #696969. Windows color (decimal): -1431700 or 7088106. OLE color: 7088106.
HSL color Cylindrical-coordinate representation of color #EA276C: hue angle of 338.77º 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 #EA276C is Cyan = 0, Magento = 0.83, Yellow = 0.54 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 39 | 108 | - |
| CMYK | 0 | 0.83 | 0.54 | 0.08 |
| HSL | 338.77º | 0.82% | 0.54% | - |
| HSV(B) | 338.77º | 0.83% | 0.92% | - |
| XYZ | 37.36 | 20.03 | 16.08 | - |
| YUV | 105.17 | 129.6 | 219.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 39 | 108 | 0 | 0.83 | 0.54 | 0.08 | 338.77 | 0.82 | 0.54 |
| Hex | EA | 27 | 6C | 0 | 53 | 36 | 8 | 153 | 52 | 36 |
| Octal | 352 | 47 | 154 | 0 | 123 | 66 | 10 | 523 | 122 | 66 |
| Binary | 11101010 | 100111 | 1101100 | 0 | 1010011 | 110110 | 1000 | 101010011 | 1010010 | 110110 |
Color Harmonies of #EA276C
Complementary color
Monochromatic Colors of #EA276C
Black with #EA276C
Text Example
Text Example
White with #EA276C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA276C; }
p { color: rgb(234,39,108); }
H1.HeaderClassName
{
color: #EA276C;
}
.AnyTagClassName
{
color: #EA276C;
}
</style>
background-color css
<style>
a { background-color: #EA276C; }
a { background-color: rgb(234,39,108); }
div.DivClassName
{
background-color: #EA276C;
}
.BgClassName
{
background-color: #EA276C;
}
</style>
border-color css
<style>
span { border-color: #EA276C; }
span { border-color: rgb(234,39,108); }
td.TdClassName
{
border-color: #EA276C;
}
.TagClassName
{
border-color: #EA276C;
}
</style>