Html Css Color HEX #E11DDD Deep Magenta

📋 copy color: '#E11DDD'

red 225 ◦ green 29 ◦ blue 221

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

Shades of Deep Magenta #E11DDD

Tints of Deep Magenta #E11DDD

RGB

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

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

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

R = 47.37%
G = 6.11%
B = 46.53%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.02

 K value IS 0.12

RGB Variations

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

Color information

#E11DDD (or 0xE11DDD) is known color: Deep Magenta. HEX triplet: E1, 1D and DD. RGB value is (225,29,221). Sum of RGB (Red+Green+Blue) = 225+29+221=475 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.37% from 475); Green value is 29 (11.72% from 255 or 6.11% from 475); Blue value is 221 (86.72% from 255 or 46.53% from 475); Max value from RGB is 225 - color contains mainly: red. Hex color #E11DDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E11DDD is #1EE222. Grayscale: #6C6C6C. Windows color (decimal): -2023971 or 14491105. OLE color: 14491105.

HSL color Cylindrical-coordinate representation of color #E11DDD: hue angle of 301.22º 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 #E11DDD is Cyan = 0, Magento = 0.87, Yellow = 0.02 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 29 221 -
CMYK 0 0.87 0.02 0.12
HSL 301.22º 0.77% 0.5% -
HSV(B) 301.22º 0.87% 0.88% -
XYZ 44.54 22.11 70.33 -
YUV 109.49 190.93 210.39 -
System Red Green Blue C M Y K H S L
Decimal 225 29 221 0 0.87 0.02 0.12 301.22 0.77 0.5
Hex E1 1D DD 0 57 2 C 12D 4D 32
Octal 341 35 335 0 127 2 14 455 115 62
Binary 11100001 11101 11011101 0 1010111 10 1100 100101101 1001101 110010

Color Harmonies of #E11DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11DDD

Black with #E11DDD

Text Example


Text Example

White with #E11DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11DDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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