Shades of Deep Cerise #E71A7D
Tints of Deep Cerise #E71A7D
RGB
CMYK
RGB Variations
Color information
#E71A7D (or 0xE71A7D) is known color: Deep Cerise. HEX triplet: E7, 1A and 7D. RGB value is (231,26,125). Sum of RGB (Red+Green+Blue) = 231+26+125=382 (50% of max value = 765). Red value is 231 (90.62% from 255 or 60.47% from 382); Green value is 26 (10.55% from 255 or 6.81% from 382); Blue value is 125 (49.22% from 255 or 32.72% from 382); Max value from RGB is 231 - color contains mainly: red. Hex color #E71A7D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E71A7D is #18E582. Grayscale: #626262. Windows color (decimal): -1631619 or 8198887. OLE color: 8198887.
HSL color Cylindrical-coordinate representation of color #E71A7D: hue angle of 331.02º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E71A7D is Cyan = 0, Magento = 0.89, Yellow = 0.46 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 26 | 125 | - |
| CMYK | 0 | 0.89 | 0.46 | 0.09 |
| HSL | 331.02º | 0.81% | 0.5% | - |
| HSV(B) | 331.02º | 0.89% | 0.91% | - |
| XYZ | 37.03 | 19.21 | 21.16 | - |
| YUV | 98.58 | 142.92 | 222.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 26 | 125 | 0 | 0.89 | 0.46 | 0.09 | 331.02 | 0.81 | 0.5 |
| Hex | E7 | 1A | 7D | 0 | 59 | 2E | 9 | 14B | 51 | 32 |
| Octal | 347 | 32 | 175 | 0 | 131 | 56 | 11 | 513 | 121 | 62 |
| Binary | 11100111 | 11010 | 1111101 | 0 | 1011001 | 101110 | 1001 | 101001011 | 1010001 | 110010 |
Color Harmonies of #E71A7D
Complementary color
Monochromatic Colors of #E71A7D
Black with #E71A7D
Text Example
Text Example
White with #E71A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E71A7D; }
p { color: rgb(231,26,125); }
H1.HeaderClassName
{
color: #E71A7D;
}
.AnyTagClassName
{
color: #E71A7D;
}
</style>
background-color css
<style>
a { background-color: #E71A7D; }
a { background-color: rgb(231,26,125); }
div.DivClassName
{
background-color: #E71A7D;
}
.BgClassName
{
background-color: #E71A7D;
}
</style>
border-color css
<style>
span { border-color: #E71A7D; }
span { border-color: rgb(231,26,125); }
td.TdClassName
{
border-color: #E71A7D;
}
.TagClassName
{
border-color: #E71A7D;
}
</style>