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