Shades of Cerise #EA276D
Tints of Cerise #EA276D
RGB
CMYK
RGB Variations
Color information
#EA276D (or 0xEA276D) is known color: Cerise. HEX triplet: EA, 27 and 6D. RGB value is (234,39,109). Sum of RGB (Red+Green+Blue) = 234+39+109=382 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.26% from 382); Green value is 39 (15.62% from 255 or 10.21% from 382); Blue value is 109 (42.97% from 255 or 28.53% from 382); Max value from RGB is 234 - color contains mainly: red. Hex color #EA276D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA276D is #15D892. Grayscale: #696969. Windows color (decimal): -1431699 or 7153642. OLE color: 7153642.
HSL color Cylindrical-coordinate representation of color #EA276D: hue angle of 338.46º 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 #EA276D is Cyan = 0, Magento = 0.83, Yellow = 0.53 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 39 | 109 | - |
| CMYK | 0 | 0.83 | 0.53 | 0.08 |
| HSL | 338.46º | 0.82% | 0.54% | - |
| HSV(B) | 338.46º | 0.83% | 0.92% | - |
| XYZ | 37.42 | 20.05 | 16.37 | - |
| YUV | 105.29 | 130.1 | 219.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 39 | 109 | 0 | 0.83 | 0.53 | 0.08 | 338.46 | 0.82 | 0.54 |
| Hex | EA | 27 | 6D | 0 | 53 | 35 | 8 | 152 | 52 | 36 |
| Octal | 352 | 47 | 155 | 0 | 123 | 65 | 10 | 522 | 122 | 66 |
| Binary | 11101010 | 100111 | 1101101 | 0 | 1010011 | 110101 | 1000 | 101010010 | 1010010 | 110110 |
Color Harmonies of #EA276D
Complementary color
Monochromatic Colors of #EA276D
Black with #EA276D
Text Example
Text Example
White with #EA276D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA276D; }
p { color: rgb(234,39,109); }
H1.HeaderClassName
{
color: #EA276D;
}
.AnyTagClassName
{
color: #EA276D;
}
</style>
background-color css
<style>
a { background-color: #EA276D; }
a { background-color: rgb(234,39,109); }
div.DivClassName
{
background-color: #EA276D;
}
.BgClassName
{
background-color: #EA276D;
}
</style>
border-color css
<style>
span { border-color: #EA276D; }
span { border-color: rgb(234,39,109); }
td.TdClassName
{
border-color: #EA276D;
}
.TagClassName
{
border-color: #EA276D;
}
</style>