Shades of Cerise #E5266D
Tints of Cerise #E5266D
RGB
CMYK
RGB Variations
Color information
#E5266D (or 0xE5266D) is known color: Cerise. HEX triplet: E5, 26 and 6D. RGB value is (229,38,109). Sum of RGB (Red+Green+Blue) = 229+38+109=376 (49% of max value = 765). Red value is 229 (89.84% from 255 or 60.90% from 376); Green value is 38 (15.23% from 255 or 10.11% from 376); Blue value is 109 (42.97% from 255 or 28.99% from 376); Max value from RGB is 229 - color contains mainly: red. Hex color #E5266D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E5266D is #1AD992. Grayscale: #676767. Windows color (decimal): -1759635 or 7153381. OLE color: 7153381.
HSL color Cylindrical-coordinate representation of color #E5266D: hue angle of 337.7º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E5266D is Cyan = 0, Magento = 0.83, Yellow = 0.52 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 38 | 109 | - |
| CMYK | 0 | 0.83 | 0.52 | 0.10 |
| HSL | 337.7º | 0.79% | 0.52% | - |
| HSV(B) | 337.7º | 0.83% | 0.9% | - |
| XYZ | 35.77 | 19.15 | 16.28 | - |
| YUV | 103.2 | 131.28 | 217.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 38 | 109 | 0 | 0.83 | 0.52 | 0.10 | 337.7 | 0.79 | 0.52 |
| Hex | E5 | 26 | 6D | 0 | 53 | 34 | A | 152 | 4F | 34 |
| Octal | 345 | 46 | 155 | 0 | 123 | 64 | 12 | 522 | 117 | 64 |
| Binary | 11100101 | 100110 | 1101101 | 0 | 1010011 | 110100 | 1010 | 101010010 | 1001111 | 110100 |
Color Harmonies of #E5266D
Complementary color
Monochromatic Colors of #E5266D
Black with #E5266D
Text Example
Text Example
White with #E5266D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5266D; }
p { color: rgb(229,38,109); }
H1.HeaderClassName
{
color: #E5266D;
}
.AnyTagClassName
{
color: #E5266D;
}
</style>
background-color css
<style>
a { background-color: #E5266D; }
a { background-color: rgb(229,38,109); }
div.DivClassName
{
background-color: #E5266D;
}
.BgClassName
{
background-color: #E5266D;
}
</style>
border-color css
<style>
span { border-color: #E5266D; }
span { border-color: rgb(229,38,109); }
td.TdClassName
{
border-color: #E5266D;
}
.TagClassName
{
border-color: #E5266D;
}
</style>