Html Css Color HEX #E11EDF Deep Magenta

📋 copy color: '#E11EDF'

red 225 ◦ green 30 ◦ blue 223

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

Shades of Deep Magenta #E11EDF

Tints of Deep Magenta #E11EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 46.65%

R = 47.07%
G = 6.28%
B = 46.65%

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

#E11EDF (or 0xE11EDF) is known color: Deep Magenta. HEX triplet: E1, 1E and DF. RGB value is (225,30,223). Sum of RGB (Red+Green+Blue) = 225+30+223=478 (63% of max value = 765). Red value is 225 (88.28% from 255 or 47.07% from 478); Green value is 30 (12.11% from 255 or 6.28% from 478); Blue value is 223 (87.5% from 255 or 46.65% from 478); Max value from RGB is 225 - color contains mainly: red. Hex color #E11EDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E11EDF is #1EE120. Grayscale: #6D6D6D. Windows color (decimal): -2023713 or 14622433. OLE color: 14622433.

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

Color convert

RGB 225 30 223 -
CMYK 0 0.87 0.01 0.12
HSL 300.62º 0.76% 0.5% -
HSV(B) 300.62º 0.87% 0.88% -
XYZ 44.83 22.26 71.75 -
YUV 110.31 191.6 209.81 -
System Red Green Blue C M Y K H S L
Decimal 225 30 223 0 0.87 0.01 0.12 300.62 0.76 0.5
Hex E1 1E DF 0 57 1 C 12D 4C 32
Octal 341 36 337 0 127 1 14 455 114 62
Binary 11100001 11110 11011111 0 1010111 1 1100 100101101 1001100 110010

Color Harmonies of #E11EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11EDF

Black with #E11EDF

Text Example


Text Example

White with #E11EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11EDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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