Shades of Deep Cerise #E7267D
Tints of Deep Cerise #E7267D
RGB
CMYK
RGB Variations
Color information
#E7267D (or 0xE7267D) is known color: Deep Cerise. HEX triplet: E7, 26 and 7D. RGB value is (231,38,125). Sum of RGB (Red+Green+Blue) = 231+38+125=394 (52% of max value = 765). Red value is 231 (90.62% from 255 or 58.63% from 394); Green value is 38 (15.23% from 255 or 9.64% from 394); Blue value is 125 (49.22% from 255 or 31.73% from 394); Max value from RGB is 231 - color contains mainly: red. Hex color #E7267D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E7267D is #18D982. Grayscale: #696969. Windows color (decimal): -1628547 or 8201959. OLE color: 8201959.
HSL color Cylindrical-coordinate representation of color #E7267D: hue angle of 332.95º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E7267D is Cyan = 0, Magento = 0.84, Yellow = 0.46 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 38 | 125 | - |
| CMYK | 0 | 0.84 | 0.46 | 0.09 |
| HSL | 332.95º | 0.8% | 0.53% | - |
| HSV(B) | 332.95º | 0.84% | 0.91% | - |
| XYZ | 37.35 | 19.86 | 21.27 | - |
| YUV | 105.63 | 138.94 | 217.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 38 | 125 | 0 | 0.84 | 0.46 | 0.09 | 332.95 | 0.8 | 0.53 |
| Hex | E7 | 26 | 7D | 0 | 54 | 2E | 9 | 14D | 50 | 35 |
| Octal | 347 | 46 | 175 | 0 | 124 | 56 | 11 | 515 | 120 | 65 |
| Binary | 11100111 | 100110 | 1111101 | 0 | 1010100 | 101110 | 1001 | 101001101 | 1010000 | 110101 |
Color Harmonies of #E7267D
Complementary color
Monochromatic Colors of #E7267D
Black with #E7267D
Text Example
Text Example
White with #E7267D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7267D; }
p { color: rgb(231,38,125); }
H1.HeaderClassName
{
color: #E7267D;
}
.AnyTagClassName
{
color: #E7267D;
}
</style>
background-color css
<style>
a { background-color: #E7267D; }
a { background-color: rgb(231,38,125); }
div.DivClassName
{
background-color: #E7267D;
}
.BgClassName
{
background-color: #E7267D;
}
</style>
border-color css
<style>
span { border-color: #E7267D; }
span { border-color: rgb(231,38,125); }
td.TdClassName
{
border-color: #E7267D;
}
.TagClassName
{
border-color: #E7267D;
}
</style>