Html Css Color HEX #E113DC Deep Magenta

📋 copy color: '#E113DC'

red 225 ◦ green 19 ◦ blue 220

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

Shades of Deep Magenta #E113DC

Tints of Deep Magenta #E113DC

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.09%

 BLUE value IS 220 (86.33% from 255) = 47.41%

R = 48.49%
G = 4.09%
B = 47.41%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.02

 K value IS 0.12

RGB Variations

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

Color information

#E113DC (or 0xE113DC) is known color: Deep Magenta. HEX triplet: E1, 13 and DC. RGB value is (225,19,220). Sum of RGB (Red+Green+Blue) = 225+19+220=464 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.49% from 464); Green value is 19 (7.81% from 255 or 4.09% from 464); Blue value is 220 (86.33% from 255 or 47.41% from 464); Max value from RGB is 225 - color contains mainly: red. Hex color #E113DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E113DC is #1EEC23. Grayscale: #666666. Windows color (decimal): -2026532 or 14423009. OLE color: 14423009.

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

Color convert

RGB 225 19 220 -
CMYK 0 0.92 0.02 0.12
HSL 301.46º 0.84% 0.48% -
HSV(B) 301.46º 0.92% 0.88% -
XYZ 44.2 21.64 69.56 -
YUV 103.51 193.75 214.66 -
System Red Green Blue C M Y K H S L
Decimal 225 19 220 0 0.92 0.02 0.12 301.46 0.84 0.48
Hex E1 13 DC 0 5C 2 C 12D 54 30
Octal 341 23 334 0 134 2 14 455 124 60
Binary 11100001 10011 11011100 0 1011100 10 1100 100101101 1010100 110000

Color Harmonies of #E113DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E113DC

Black with #E113DC

Text Example


Text Example

White with #E113DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E113DC; }

 p { color: rgb(225,19,220); }

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

background-color css

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

 a { background-color: rgb(225,19,220); }

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

border-color css

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

 span { border-color: rgb(225,19,220); }

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