Shades of Deep Cerise #E11B7B
Tints of Deep Cerise #E11B7B
RGB
CMYK
RGB Variations
Color information
#E11B7B (or 0xE11B7B) is known color: Deep Cerise. HEX triplet: E1, 1B and 7B. RGB value is (225,27,123). Sum of RGB (Red+Green+Blue) = 225+27+123=375 (49% of max value = 765). Red value is 225 (88.28% from 255 or 60% from 375); Green value is 27 (10.94% from 255 or 7.2% from 375); Blue value is 123 (48.44% from 255 or 32.8% from 375); Max value from RGB is 225 - color contains mainly: red. Hex color #E11B7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E11B7B is #1EE484. Grayscale: #606060. Windows color (decimal): -2024581 or 8068065. OLE color: 8068065.
HSL color Cylindrical-coordinate representation of color #E11B7B: hue angle of 330.91º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E11B7B is Cyan = 0, Magento = 0.88, Yellow = 0.45 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 27 | 123 | - |
| CMYK | 0 | 0.88 | 0.45 | 0.12 |
| HSL | 330.91º | 0.79% | 0.49% | - |
| HSV(B) | 330.91º | 0.88% | 0.88% | - |
| XYZ | 35.02 | 18.22 | 20.41 | - |
| YUV | 97.15 | 142.6 | 219.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 27 | 123 | 0 | 0.88 | 0.45 | 0.12 | 330.91 | 0.79 | 0.49 |
| Hex | E1 | 1B | 7B | 0 | 58 | 2D | C | 14B | 4F | 31 |
| Octal | 341 | 33 | 173 | 0 | 130 | 55 | 14 | 513 | 117 | 61 |
| Binary | 11100001 | 11011 | 1111011 | 0 | 1011000 | 101101 | 1100 | 101001011 | 1001111 | 110001 |
Color Harmonies of #E11B7B
Complementary color
Monochromatic Colors of #E11B7B
Black with #E11B7B
Text Example
Text Example
White with #E11B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11B7B; }
p { color: rgb(225,27,123); }
H1.HeaderClassName
{
color: #E11B7B;
}
.AnyTagClassName
{
color: #E11B7B;
}
</style>
background-color css
<style>
a { background-color: #E11B7B; }
a { background-color: rgb(225,27,123); }
div.DivClassName
{
background-color: #E11B7B;
}
.BgClassName
{
background-color: #E11B7B;
}
</style>
border-color css
<style>
span { border-color: #E11B7B; }
span { border-color: rgb(225,27,123); }
td.TdClassName
{
border-color: #E11B7B;
}
.TagClassName
{
border-color: #E11B7B;
}
</style>