Html Css Color HEX #E11ED7 Deep Magenta

📋 copy color: '#E11ED7'

red 225 ◦ green 30 ◦ blue 215

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

Shades of Deep Magenta #E11ED7

Tints of Deep Magenta #E11ED7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 45.74%

R = 47.87%
G = 6.38%
B = 45.74%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.04

 K value IS 0.12

RGB Variations

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

Color information

#E11ED7 (or 0xE11ED7) is known color: Deep Magenta. HEX triplet: E1, 1E and D7. RGB value is (225,30,215). Sum of RGB (Red+Green+Blue) = 225+30+215=470 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.87% from 470); Green value is 30 (12.11% from 255 or 6.38% from 470); Blue value is 215 (84.38% from 255 or 45.74% from 470); Max value from RGB is 225 - color contains mainly: red. Hex color #E11ED7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E11ED7 is #1EE128. Grayscale: #6C6C6C. Windows color (decimal): -2023721 or 14098145. OLE color: 14098145.

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

Color convert

RGB 225 30 215 -
CMYK 0 0.87 0.04 0.12
HSL 303.08º 0.76% 0.5% -
HSV(B) 303.08º 0.87% 0.88% -
XYZ 43.78 21.84 66.2 -
YUV 109.4 187.6 210.46 -
System Red Green Blue C M Y K H S L
Decimal 225 30 215 0 0.87 0.04 0.12 303.08 0.76 0.5
Hex E1 1E D7 0 57 4 C 12F 4C 32
Octal 341 36 327 0 127 4 14 457 114 62
Binary 11100001 11110 11010111 0 1010111 100 1100 100101111 1001100 110010

Color Harmonies of #E11ED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11ED7

Black with #E11ED7

Text Example


Text Example

White with #E11ED7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11ED7; }

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

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

background-color css

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

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

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

border-color css

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

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

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