Html Css Color HEX #E110DD Deep Magenta

📋 copy color: '#E110DD'

red 225 ◦ green 16 ◦ blue 221

#E110DD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Magenta #E110DD

Tints of Deep Magenta #E110DD

RGB

 RED value IS 225 (88.28% from 255) = 48.7%

 GREEN value IS 16 (6.64% from 255) = 3.46%

 BLUE value IS 221 (86.72% from 255) = 47.84%

R = 48.7%
G = 3.46%
B = 47.84%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.02

 K value IS 0.12

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#E110DD (or 0xE110DD) is known color: Deep Magenta. HEX triplet: E1, 10 and DD. RGB value is (225,16,221). Sum of RGB (Red+Green+Blue) = 225+16+221=462 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.70% from 462); Green value is 16 (6.64% from 255 or 3.46% from 462); Blue value is 221 (86.72% from 255 or 47.84% from 462); Max value from RGB is 225 - color contains mainly: red. Hex color #E110DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E110DD is #1EEF22. Grayscale: #656565. Windows color (decimal): -2027299 or 14487777. OLE color: 14487777.

HSL color Cylindrical-coordinate representation of color #E110DD: hue angle of 301.15º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E110DD is Cyan = 0, Magento = 0.93, Yellow = 0.02 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 16 221 -
CMYK 0 0.93 0.02 0.12
HSL 301.15º 0.87% 0.47% -
HSV(B) 301.15º 0.93% 0.88% -
XYZ 44.29 21.6 70.24 -
YUV 101.86 195.24 215.83 -
System Red Green Blue C M Y K H S L
Decimal 225 16 221 0 0.93 0.02 0.12 301.15 0.87 0.47
Hex E1 10 DD 0 5D 2 C 12D 57 2F
Octal 341 20 335 0 135 2 14 455 127 57
Binary 11100001 10000 11011101 0 1011101 10 1100 100101101 1010111 101111

Color Harmonies of #E110DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E110DD

Black with #E110DD

Text Example


Text Example

White with #E110DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E110DD; }

 p { color: rgb(225,16,221); }

 H1.HeaderClassName
 {
   color: #E110DD;
 }
 .AnyTagClassName
 {
   color: #E110DD;
 }
</style>

background-color css

<style>
 a { background-color: #E110DD; }

 a { background-color: rgb(225,16,221); }

 div.DivClassName
 {
   background-color: #E110DD;
 }
 .BgClassName
 {
   background-color: #E110DD;
 }
</style>

border-color css

<style>
 span { border-color: #E110DD; }

 span { border-color: rgb(225,16,221); }

 td.TdClassName
 {
   border-color: #E110DD;
 }
 .TagClassName
 {
   border-color: #E110DD;
 }
</style>