Html Css Color HEX #E11DDA Deep Magenta

📋 copy color: '#E11DDA'

red 225 ◦ green 29 ◦ blue 218

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

Shades of Deep Magenta #E11DDA

Tints of Deep Magenta #E11DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 46.19%

R = 47.67%
G = 6.14%
B = 46.19%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.03

 K value IS 0.12

RGB Variations

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

Color information

#E11DDA (or 0xE11DDA) is known color: Deep Magenta. HEX triplet: E1, 1D and DA. RGB value is (225,29,218). Sum of RGB (Red+Green+Blue) = 225+29+218=472 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.67% from 472); Green value is 29 (11.72% from 255 or 6.14% from 472); Blue value is 218 (85.55% from 255 or 46.19% from 472); Max value from RGB is 225 - color contains mainly: red. Hex color #E11DDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E11DDA is #1EE225. Grayscale: #6C6C6C. Windows color (decimal): -2023974 or 14294497. OLE color: 14294497.

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

Color convert

RGB 225 29 218 -
CMYK 0 0.87 0.03 0.12
HSL 302.14º 0.77% 0.5% -
HSV(B) 302.14º 0.87% 0.88% -
XYZ 44.15 21.95 68.24 -
YUV 109.15 189.43 210.63 -
System Red Green Blue C M Y K H S L
Decimal 225 29 218 0 0.87 0.03 0.12 302.14 0.77 0.5
Hex E1 1D DA 0 57 3 C 12E 4D 32
Octal 341 35 332 0 127 3 14 456 115 62
Binary 11100001 11101 11011010 0 1010111 11 1100 100101110 1001101 110010

Color Harmonies of #E11DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11DDA

Black with #E11DDA

Text Example


Text Example

White with #E11DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11DDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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