Html Css Color HEX #E11ED9 Deep Magenta

📋 copy color: '#E11ED9'

red 225 ◦ green 30 ◦ blue 217

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

Shades of Deep Magenta #E11ED9

Tints of Deep Magenta #E11ED9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 45.97%

R = 47.67%
G = 6.36%
B = 45.97%

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

#E11ED9 (or 0xE11ED9) is known color: Deep Magenta. HEX triplet: E1, 1E and D9. RGB value is (225,30,217). Sum of RGB (Red+Green+Blue) = 225+30+217=472 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.67% from 472); Green value is 30 (12.11% from 255 or 6.36% from 472); Blue value is 217 (85.16% from 255 or 45.97% from 472); Max value from RGB is 225 - color contains mainly: red. Hex color #E11ED9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E11ED9 is #1EE126. Grayscale: #6D6D6D. Windows color (decimal): -2023719 or 14229217. OLE color: 14229217.

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

Color convert

RGB 225 30 217 -
CMYK 0 0.87 0.04 0.12
HSL 302.46º 0.76% 0.5% -
HSV(B) 302.46º 0.87% 0.88% -
XYZ 44.04 21.95 67.56 -
YUV 109.62 188.6 210.29 -
System Red Green Blue C M Y K H S L
Decimal 225 30 217 0 0.87 0.04 0.12 302.46 0.76 0.5
Hex E1 1E D9 0 57 4 C 12E 4C 32
Octal 341 36 331 0 127 4 14 456 114 62
Binary 11100001 11110 11011001 0 1010111 100 1100 100101110 1001100 110010

Color Harmonies of #E11ED9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11ED9

Black with #E11ED9

Text Example


Text Example

White with #E11ED9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11ED9; }

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

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

background-color css

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

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

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

border-color css

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

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

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