Html Css Color HEX #E111D5 Deep Magenta

📋 copy color: '#E111D5'

red 225 ◦ green 17 ◦ blue 213

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

Shades of Deep Magenta #E111D5

Tints of Deep Magenta #E111D5

RGB

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

 GREEN value IS 17 (7.03% from 255) = 3.74%

 BLUE value IS 213 (83.59% from 255) = 46.81%

R = 49.45%
G = 3.74%
B = 46.81%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.05

 K value IS 0.12

RGB Variations

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

Color information

#E111D5 (or 0xE111D5) is known color: Deep Magenta. HEX triplet: E1, 11 and D5. RGB value is (225,17,213). Sum of RGB (Red+Green+Blue) = 225+17+213=455 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.45% from 455); Green value is 17 (7.03% from 255 or 3.74% from 455); Blue value is 213 (83.59% from 255 or 46.81% from 455); Max value from RGB is 225 - color contains mainly: red. Hex color #E111D5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E111D5 is #1EEE2A. Grayscale: #646464. Windows color (decimal): -2027051 or 13963745. OLE color: 13963745.

HSL color Cylindrical-coordinate representation of color #E111D5: hue angle of 303.46º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E111D5 is Cyan = 0, Magento = 0.92, Yellow = 0.05 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 17 213 -
CMYK 0 0.92 0.05 0.12
HSL 303.46º 0.86% 0.47% -
HSV(B) 303.46º 0.92% 0.88% -
XYZ 43.26 21.21 64.77 -
YUV 101.54 190.91 216.06 -
System Red Green Blue C M Y K H S L
Decimal 225 17 213 0 0.92 0.05 0.12 303.46 0.86 0.47
Hex E1 11 D5 0 5C 5 C 12F 56 2F
Octal 341 21 325 0 134 5 14 457 126 57
Binary 11100001 10001 11010101 0 1011100 101 1100 100101111 1010110 101111

Color Harmonies of #E111D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E111D5

Black with #E111D5

Text Example


Text Example

White with #E111D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E111D5; }

 p { color: rgb(225,17,213); }

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

background-color css

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

 a { background-color: rgb(225,17,213); }

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

border-color css

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

 span { border-color: rgb(225,17,213); }

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