Shades of Deep Magenta #E10DDB
Tints of Deep Magenta #E10DDB
RGB
CMYK
RGB Variations
Color information
#E10DDB (or 0xE10DDB) is known color: Deep Magenta. HEX triplet: E1, 0D and DB. RGB value is (225,13,219). Sum of RGB (Red+Green+Blue) = 225+13+219=457 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.23% from 457); Green value is 13 (5.47% from 255 or 2.84% from 457); Blue value is 219 (85.94% from 255 or 47.92% from 457); Max value from RGB is 225 - color contains mainly: red. Hex color #E10DDB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E10DDB is #1EF224. Grayscale: #636363. Windows color (decimal): -2028069 or 14355937. OLE color: 14355937.
HSL color Cylindrical-coordinate representation of color #E10DDB: hue angle of 301.7º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E10DDB is Cyan = 0, Magento = 0.94, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
RGB | 225 | 13 | 219 | - |
CMYK | 0 | 0.94 | 0.03 | 0.12 |
HSL | 301.7º | 0.89% | 0.47% | - |
HSV(B) | 301.7º | 0.94% | 0.88% | - |
XYZ | 43.98 | 21.41 | 68.83 | - |
YUV | 99.87 | 195.24 | 217.25 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 225 | 13 | 219 | 0 | 0.94 | 0.03 | 0.12 | 301.7 | 0.89 | 0.47 |
Hex | E1 | D | DB | 0 | 5E | 3 | C | 12E | 59 | 2F |
Octal | 341 | 15 | 333 | 0 | 136 | 3 | 14 | 456 | 131 | 57 |
Binary | 11100001 | 1101 | 11011011 | 0 | 1011110 | 11 | 1100 | 100101110 | 1011001 | 101111 |
Color Harmonies of #E10DDB
Complementary color
Monochromatic Colors of #E10DDB
Black with #E10DDB
Text Example
Text Example
White with #E10DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10DDB; }
p { color: rgb(225,13,219); }
H1.HeaderClassName
{
color: #E10DDB;
}
.AnyTagClassName
{
color: #E10DDB;
}
</style>
background-color css
<style>
a { background-color: #E10DDB; }
a { background-color: rgb(225,13,219); }
div.DivClassName
{
background-color: #E10DDB;
}
.BgClassName
{
background-color: #E10DDB;
}
</style>
border-color css
<style>
span { border-color: #E10DDB; }
span { border-color: rgb(225,13,219); }
td.TdClassName
{
border-color: #E10DDB;
}
.TagClassName
{
border-color: #E10DDB;
}
</style>