Shades of Deep Cerise #E7267B
Tints of Deep Cerise #E7267B
RGB
CMYK
RGB Variations
Color information
#E7267B (or 0xE7267B) is known color: Deep Cerise. HEX triplet: E7, 26 and 7B. RGB value is (231,38,123). Sum of RGB (Red+Green+Blue) = 231+38+123=392 (51% of max value = 765). Red value is 231 (90.62% from 255 or 58.93% from 392); Green value is 38 (15.23% from 255 or 9.69% from 392); Blue value is 123 (48.44% from 255 or 31.38% from 392); Max value from RGB is 231 - color contains mainly: red. Hex color #E7267B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E7267B is #18D984. Grayscale: #696969. Windows color (decimal): -1628549 or 8070887. OLE color: 8070887.
HSL color Cylindrical-coordinate representation of color #E7267B: hue angle of 333.58º 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 #E7267B is Cyan = 0, Magento = 0.84, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 38 | 123 | - |
| CMYK | 0 | 0.84 | 0.47 | 0.09 |
| HSL | 333.58º | 0.8% | 0.53% | - |
| HSV(B) | 333.58º | 0.84% | 0.91% | - |
| XYZ | 37.22 | 19.81 | 20.6 | - |
| YUV | 105.4 | 137.94 | 217.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 38 | 123 | 0 | 0.84 | 0.47 | 0.09 | 333.58 | 0.8 | 0.53 |
| Hex | E7 | 26 | 7B | 0 | 54 | 2F | 9 | 14E | 50 | 35 |
| Octal | 347 | 46 | 173 | 0 | 124 | 57 | 11 | 516 | 120 | 65 |
| Binary | 11100111 | 100110 | 1111011 | 0 | 1010100 | 101111 | 1001 | 101001110 | 1010000 | 110101 |
Color Harmonies of #E7267B
Complementary color
Monochromatic Colors of #E7267B
Black with #E7267B
Text Example
Text Example
White with #E7267B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7267B; }
p { color: rgb(231,38,123); }
H1.HeaderClassName
{
color: #E7267B;
}
.AnyTagClassName
{
color: #E7267B;
}
</style>
background-color css
<style>
a { background-color: #E7267B; }
a { background-color: rgb(231,38,123); }
div.DivClassName
{
background-color: #E7267B;
}
.BgClassName
{
background-color: #E7267B;
}
</style>
border-color css
<style>
span { border-color: #E7267B; }
span { border-color: rgb(231,38,123); }
td.TdClassName
{
border-color: #E7267B;
}
.TagClassName
{
border-color: #E7267B;
}
</style>