Shades of Cerise #EA2672
Tints of Cerise #EA2672
RGB
CMYK
RGB Variations
Color information
#EA2672 (or 0xEA2672) is known color: Cerise. HEX triplet: EA, 26 and 72. RGB value is (234,38,114). Sum of RGB (Red+Green+Blue) = 234+38+114=386 (51% of max value = 765). Red value is 234 (91.80% from 255 or 60.62% from 386); Green value is 38 (15.23% from 255 or 9.84% from 386); Blue value is 114 (44.92% from 255 or 29.53% from 386); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2672 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA2672 is #15D98D. Grayscale: #696969. Windows color (decimal): -1431950 or 7481066. OLE color: 7481066.
HSL color Cylindrical-coordinate representation of color #EA2672: hue angle of 336.73º 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 #EA2672 is Cyan = 0, Magento = 0.84, Yellow = 0.51 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 38 | 114 | - |
| CMYK | 0 | 0.84 | 0.51 | 0.08 |
| HSL | 336.73º | 0.82% | 0.53% | - |
| HSV(B) | 336.73º | 0.84% | 0.92% | - |
| XYZ | 37.66 | 20.09 | 17.81 | - |
| YUV | 105.27 | 132.93 | 219.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 38 | 114 | 0 | 0.84 | 0.51 | 0.08 | 336.73 | 0.82 | 0.53 |
| Hex | EA | 26 | 72 | 0 | 54 | 33 | 8 | 151 | 52 | 35 |
| Octal | 352 | 46 | 162 | 0 | 124 | 63 | 10 | 521 | 122 | 65 |
| Binary | 11101010 | 100110 | 1110010 | 0 | 1010100 | 110011 | 1000 | 101010001 | 1010010 | 110101 |
Color Harmonies of #EA2672
Complementary color
Monochromatic Colors of #EA2672
Black with #EA2672
Text Example
Text Example
White with #EA2672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2672; }
p { color: rgb(234,38,114); }
H1.HeaderClassName
{
color: #EA2672;
}
.AnyTagClassName
{
color: #EA2672;
}
</style>
background-color css
<style>
a { background-color: #EA2672; }
a { background-color: rgb(234,38,114); }
div.DivClassName
{
background-color: #EA2672;
}
.BgClassName
{
background-color: #EA2672;
}
</style>
border-color css
<style>
span { border-color: #EA2672; }
span { border-color: rgb(234,38,114); }
td.TdClassName
{
border-color: #EA2672;
}
.TagClassName
{
border-color: #EA2672;
}
</style>