Shades of Cerise #E5226C
Tints of Cerise #E5226C
RGB
CMYK
RGB Variations
Color information
#E5226C (or 0xE5226C) is known color: Cerise. HEX triplet: E5, 22 and 6C. RGB value is (229,34,108). Sum of RGB (Red+Green+Blue) = 229+34+108=371 (49% of max value = 765). Red value is 229 (89.84% from 255 or 61.73% from 371); Green value is 34 (13.67% from 255 or 9.16% from 371); Blue value is 108 (42.58% from 255 or 29.11% from 371); Max value from RGB is 229 - color contains mainly: red. Hex color #E5226C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E5226C is #1ADD93. Grayscale: #646464. Windows color (decimal): -1760660 or 7086821. OLE color: 7086821.
HSL color Cylindrical-coordinate representation of color #E5226C: hue angle of 337.23º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E5226C is Cyan = 0, Magento = 0.85, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 34 | 108 | - |
| CMYK | 0 | 0.85 | 0.53 | 0.10 |
| HSL | 337.23º | 0.79% | 0.52% | - |
| HSV(B) | 337.23º | 0.85% | 0.9% | - |
| XYZ | 35.59 | 18.88 | 15.96 | - |
| YUV | 100.74 | 132.1 | 219.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 34 | 108 | 0 | 0.85 | 0.53 | 0.10 | 337.23 | 0.79 | 0.52 |
| Hex | E5 | 22 | 6C | 0 | 55 | 35 | A | 151 | 4F | 34 |
| Octal | 345 | 42 | 154 | 0 | 125 | 65 | 12 | 521 | 117 | 64 |
| Binary | 11100101 | 100010 | 1101100 | 0 | 1010101 | 110101 | 1010 | 101010001 | 1001111 | 110100 |
Color Harmonies of #E5226C
Complementary color
Monochromatic Colors of #E5226C
Black with #E5226C
Text Example
Text Example
White with #E5226C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5226C; }
p { color: rgb(229,34,108); }
H1.HeaderClassName
{
color: #E5226C;
}
.AnyTagClassName
{
color: #E5226C;
}
</style>
background-color css
<style>
a { background-color: #E5226C; }
a { background-color: rgb(229,34,108); }
div.DivClassName
{
background-color: #E5226C;
}
.BgClassName
{
background-color: #E5226C;
}
</style>
border-color css
<style>
span { border-color: #E5226C; }
span { border-color: rgb(229,34,108); }
td.TdClassName
{
border-color: #E5226C;
}
.TagClassName
{
border-color: #E5226C;
}
</style>