Shades of Deep Magenta #E018CB
Tints of Deep Magenta #E018CB
RGB
CMYK
RGB Variations
Color information
#E018CB (or 0xE018CB) is known color: Deep Magenta. HEX triplet: E0, 18 and CB. RGB value is (224,24,203). Sum of RGB (Red+Green+Blue) = 224+24+203=451 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.67% from 451); Green value is 24 (9.77% from 255 or 5.32% from 451); Blue value is 203 (79.69% from 255 or 45.01% from 451); Max value from RGB is 224 - color contains mainly: red. Hex color #E018CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E018CB is #1FE734. Grayscale: #676767. Windows color (decimal): -2090805 or 13310176. OLE color: 13310176.
HSL color Cylindrical-coordinate representation of color #E018CB: hue angle of 306.3º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E018CB is Cyan = 0, Magento = 0.89, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 24 | 203 | - |
| CMYK | 0 | 0.89 | 0.09 | 0.12 |
| HSL | 306.3º | 0.81% | 0.49% | - |
| HSV(B) | 306.3º | 0.89% | 0.88% | - |
| XYZ | 41.85 | 20.81 | 58.31 | - |
| YUV | 104.21 | 183.76 | 213.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 24 | 203 | 0 | 0.89 | 0.09 | 0.12 | 306.3 | 0.81 | 0.49 |
| Hex | E0 | 18 | CB | 0 | 59 | 9 | C | 132 | 51 | 31 |
| Octal | 340 | 30 | 313 | 0 | 131 | 11 | 14 | 462 | 121 | 61 |
| Binary | 11100000 | 11000 | 11001011 | 0 | 1011001 | 1001 | 1100 | 100110010 | 1010001 | 110001 |
Color Harmonies of #E018CB
Complementary color
Monochromatic Colors of #E018CB
Black with #E018CB
Text Example
Text Example
White with #E018CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E018CB; }
p { color: rgb(224,24,203); }
H1.HeaderClassName
{
color: #E018CB;
}
.AnyTagClassName
{
color: #E018CB;
}
</style>
background-color css
<style>
a { background-color: #E018CB; }
a { background-color: rgb(224,24,203); }
div.DivClassName
{
background-color: #E018CB;
}
.BgClassName
{
background-color: #E018CB;
}
</style>
border-color css
<style>
span { border-color: #E018CB; }
span { border-color: rgb(224,24,203); }
td.TdClassName
{
border-color: #E018CB;
}
.TagClassName
{
border-color: #E018CB;
}
</style>