Html Css Color HEX #E11EDE Deep Magenta

📋 copy color: '#E11EDE'

red 225 ◦ green 30 ◦ blue 222

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

Shades of Deep Magenta #E11EDE

Tints of Deep Magenta #E11EDE

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.29%

 BLUE value IS 222 (87.11% from 255) = 46.54%

R = 47.17%
G = 6.29%
B = 46.54%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.01

 K value IS 0.12

RGB Variations

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

Color information

#E11EDE (or 0xE11EDE) is known color: Deep Magenta. HEX triplet: E1, 1E and DE. RGB value is (225,30,222). Sum of RGB (Red+Green+Blue) = 225+30+222=477 (63% of max value = 765). Red value is 225 (88.28% from 255 or 47.17% from 477); Green value is 30 (12.11% from 255 or 6.29% from 477); Blue value is 222 (87.11% from 255 or 46.54% from 477); Max value from RGB is 225 - color contains mainly: red. Hex color #E11EDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E11EDE is #1EE121. Grayscale: #6D6D6D. Windows color (decimal): -2023714 or 14556897. OLE color: 14556897.

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

Color convert

RGB 225 30 222 -
CMYK 0 0.87 0.01 0.12
HSL 300.92º 0.76% 0.5% -
HSV(B) 300.92º 0.87% 0.88% -
XYZ 44.7 22.21 71.04 -
YUV 110.19 191.1 209.89 -
System Red Green Blue C M Y K H S L
Decimal 225 30 222 0 0.87 0.01 0.12 300.92 0.76 0.5
Hex E1 1E DE 0 57 1 C 12D 4C 32
Octal 341 36 336 0 127 1 14 455 114 62
Binary 11100001 11110 11011110 0 1010111 1 1100 100101101 1001100 110010

Color Harmonies of #E11EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11EDE

Black with #E11EDE

Text Example


Text Example

White with #E11EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11EDE; }

 p { color: rgb(225,30,222); }

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

background-color css

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

 a { background-color: rgb(225,30,222); }

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

border-color css

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

 span { border-color: rgb(225,30,222); }

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