Shades of Deep Cerise #E5267C
Tints of Deep Cerise #E5267C
RGB
CMYK
RGB Variations
Color information
#E5267C (or 0xE5267C) is known color: Deep Cerise. HEX triplet: E5, 26 and 7C. RGB value is (229,38,124). Sum of RGB (Red+Green+Blue) = 229+38+124=391 (51% of max value = 765). Red value is 229 (89.84% from 255 or 58.57% from 391); Green value is 38 (15.23% from 255 or 9.72% from 391); Blue value is 124 (48.83% from 255 or 31.71% from 391); Max value from RGB is 229 - color contains mainly: red. Hex color #E5267C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E5267C is #1AD983. Grayscale: #686868. Windows color (decimal): -1759620 or 8136421. OLE color: 8136421.
HSL color Cylindrical-coordinate representation of color #E5267C: hue angle of 332.98º 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 #E5267C is Cyan = 0, Magento = 0.83, Yellow = 0.46 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 38 | 124 | - |
| CMYK | 0 | 0.83 | 0.46 | 0.10 |
| HSL | 332.98º | 0.79% | 0.52% | - |
| HSV(B) | 332.98º | 0.83% | 0.9% | - |
| XYZ | 36.64 | 19.5 | 20.9 | - |
| YUV | 104.91 | 138.78 | 216.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 38 | 124 | 0 | 0.83 | 0.46 | 0.10 | 332.98 | 0.79 | 0.52 |
| Hex | E5 | 26 | 7C | 0 | 53 | 2E | A | 14D | 4F | 34 |
| Octal | 345 | 46 | 174 | 0 | 123 | 56 | 12 | 515 | 117 | 64 |
| Binary | 11100101 | 100110 | 1111100 | 0 | 1010011 | 101110 | 1010 | 101001101 | 1001111 | 110100 |
Color Harmonies of #E5267C
Complementary color
Monochromatic Colors of #E5267C
Black with #E5267C
Text Example
Text Example
White with #E5267C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5267C; }
p { color: rgb(229,38,124); }
H1.HeaderClassName
{
color: #E5267C;
}
.AnyTagClassName
{
color: #E5267C;
}
</style>
background-color css
<style>
a { background-color: #E5267C; }
a { background-color: rgb(229,38,124); }
div.DivClassName
{
background-color: #E5267C;
}
.BgClassName
{
background-color: #E5267C;
}
</style>
border-color css
<style>
span { border-color: #E5267C; }
span { border-color: rgb(229,38,124); }
td.TdClassName
{
border-color: #E5267C;
}
.TagClassName
{
border-color: #E5267C;
}
</style>