Shades of Cerise #E5266B
Tints of Cerise #E5266B
RGB
CMYK
RGB Variations
Color information
#E5266B (or 0xE5266B) is known color: Cerise. HEX triplet: E5, 26 and 6B. RGB value is (229,38,107). Sum of RGB (Red+Green+Blue) = 229+38+107=374 (49% of max value = 765). Red value is 229 (89.84% from 255 or 61.23% from 374); Green value is 38 (15.23% from 255 or 10.16% from 374); Blue value is 107 (42.19% from 255 or 28.61% from 374); Max value from RGB is 229 - color contains mainly: red. Hex color #E5266B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E5266B is #1AD994. Grayscale: #666666. Windows color (decimal): -1759637 or 7022309. OLE color: 7022309.
HSL color Cylindrical-coordinate representation of color #E5266B: hue angle of 338.32º 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 #E5266B is Cyan = 0, Magento = 0.83, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 38 | 107 | - |
| CMYK | 0 | 0.83 | 0.53 | 0.10 |
| HSL | 338.32º | 0.79% | 0.52% | - |
| HSV(B) | 338.32º | 0.83% | 0.9% | - |
| XYZ | 35.66 | 19.11 | 15.72 | - |
| YUV | 102.98 | 130.28 | 217.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 38 | 107 | 0 | 0.83 | 0.53 | 0.10 | 338.32 | 0.79 | 0.52 |
| Hex | E5 | 26 | 6B | 0 | 53 | 35 | A | 152 | 4F | 34 |
| Octal | 345 | 46 | 153 | 0 | 123 | 65 | 12 | 522 | 117 | 64 |
| Binary | 11100101 | 100110 | 1101011 | 0 | 1010011 | 110101 | 1010 | 101010010 | 1001111 | 110100 |
Color Harmonies of #E5266B
Complementary color
Monochromatic Colors of #E5266B
Black with #E5266B
Text Example
Text Example
White with #E5266B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5266B; }
p { color: rgb(229,38,107); }
H1.HeaderClassName
{
color: #E5266B;
}
.AnyTagClassName
{
color: #E5266B;
}
</style>
background-color css
<style>
a { background-color: #E5266B; }
a { background-color: rgb(229,38,107); }
div.DivClassName
{
background-color: #E5266B;
}
.BgClassName
{
background-color: #E5266B;
}
</style>
border-color css
<style>
span { border-color: #E5266B; }
span { border-color: rgb(229,38,107); }
td.TdClassName
{
border-color: #E5266B;
}
.TagClassName
{
border-color: #E5266B;
}
</style>