Shades of Deep Cerise #E31A7B
Tints of Deep Cerise #E31A7B
RGB
CMYK
RGB Variations
Color information
#E31A7B (or 0xE31A7B) is known color: Deep Cerise. HEX triplet: E3, 1A and 7B. RGB value is (227,26,123). Sum of RGB (Red+Green+Blue) = 227+26+123=376 (49% of max value = 765). Red value is 227 (89.06% from 255 or 60.37% from 376); Green value is 26 (10.55% from 255 or 6.91% from 376); Blue value is 123 (48.44% from 255 or 32.71% from 376); Max value from RGB is 227 - color contains mainly: red. Hex color #E31A7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E31A7B is #1CE584. Grayscale: #606060. Windows color (decimal): -1893765 or 8067811. OLE color: 8067811.
HSL color Cylindrical-coordinate representation of color #E31A7B: hue angle of 331.04º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E31A7B is Cyan = 0, Magento = 0.89, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 26 | 123 | - |
| CMYK | 0 | 0.89 | 0.46 | 0.11 |
| HSL | 331.04º | 0.79% | 0.5% | - |
| HSV(B) | 331.04º | 0.89% | 0.89% | - |
| XYZ | 35.62 | 18.5 | 20.43 | - |
| YUV | 97.16 | 142.59 | 220.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 26 | 123 | 0 | 0.89 | 0.46 | 0.11 | 331.04 | 0.79 | 0.5 |
| Hex | E3 | 1A | 7B | 0 | 59 | 2E | B | 14B | 4F | 32 |
| Octal | 343 | 32 | 173 | 0 | 131 | 56 | 13 | 513 | 117 | 62 |
| Binary | 11100011 | 11010 | 1111011 | 0 | 1011001 | 101110 | 1011 | 101001011 | 1001111 | 110010 |
Color Harmonies of #E31A7B
Complementary color
Monochromatic Colors of #E31A7B
Black with #E31A7B
Text Example
Text Example
White with #E31A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E31A7B; }
p { color: rgb(227,26,123); }
H1.HeaderClassName
{
color: #E31A7B;
}
.AnyTagClassName
{
color: #E31A7B;
}
</style>
background-color css
<style>
a { background-color: #E31A7B; }
a { background-color: rgb(227,26,123); }
div.DivClassName
{
background-color: #E31A7B;
}
.BgClassName
{
background-color: #E31A7B;
}
</style>
border-color css
<style>
span { border-color: #E31A7B; }
span { border-color: rgb(227,26,123); }
td.TdClassName
{
border-color: #E31A7B;
}
.TagClassName
{
border-color: #E31A7B;
}
</style>