Html Css Color HEX #E11DD0 Deep Magenta

📋 copy color: '#E11DD0'

red 225 ◦ green 29 ◦ blue 208

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

Shades of Deep Magenta #E11DD0

Tints of Deep Magenta #E11DD0

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.28%

 BLUE value IS 208 (81.64% from 255) = 45.02%

R = 48.7%
G = 6.28%
B = 45.02%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#E11DD0 (or 0xE11DD0) is known color: Deep Magenta. HEX triplet: E1, 1D and D0. RGB value is (225,29,208). Sum of RGB (Red+Green+Blue) = 225+29+208=462 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.70% from 462); Green value is 29 (11.72% from 255 or 6.28% from 462); Blue value is 208 (81.64% from 255 or 45.02% from 462); Max value from RGB is 225 - color contains mainly: red. Hex color #E11DD0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E11DD0 is #1EE22F. Grayscale: #6B6B6B. Windows color (decimal): -2023984 or 13639137. OLE color: 13639137.

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

Color convert

RGB 225 29 208 -
CMYK 0 0.87 0.08 0.12
HSL 305.2º 0.77% 0.5% -
HSV(B) 305.2º 0.87% 0.88% -
XYZ 42.88 21.44 61.55 -
YUV 108.01 184.43 211.45 -
System Red Green Blue C M Y K H S L
Decimal 225 29 208 0 0.87 0.08 0.12 305.2 0.77 0.5
Hex E1 1D D0 0 57 8 C 131 4D 32
Octal 341 35 320 0 127 10 14 461 115 62
Binary 11100001 11101 11010000 0 1010111 1000 1100 100110001 1001101 110010

Color Harmonies of #E11DD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11DD0

Black with #E11DD0

Text Example


Text Example

White with #E11DD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11DD0; }

 p { color: rgb(225,29,208); }

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

background-color css

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

 a { background-color: rgb(225,29,208); }

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

border-color css

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

 span { border-color: rgb(225,29,208); }

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