Html Css Color HEX #E018DE Deep Magenta

📋 copy color: '#E018DE'

red 224 ◦ green 24 ◦ blue 222

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

Shades of Deep Magenta #E018DE

Tints of Deep Magenta #E018DE

RGB

 RED value IS 224 (87.89% from 255) = 47.66%

 GREEN value IS 24 (9.77% from 255) = 5.11%

 BLUE value IS 222 (87.11% from 255) = 47.23%

R = 47.66%
G = 5.11%
B = 47.23%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.01

 K value IS 0.12

RGB Variations

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

Color information

#E018DE (or 0xE018DE) is known color: Deep Magenta. HEX triplet: E0, 18 and DE. RGB value is (224,24,222). Sum of RGB (Red+Green+Blue) = 224+24+222=470 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.66% from 470); Green value is 24 (9.77% from 255 or 5.11% from 470); Blue value is 222 (87.11% from 255 or 47.23% from 470); Max value from RGB is 224 - color contains mainly: red. Hex color #E018DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E018DE is #1FE721. Grayscale: #696969. Windows color (decimal): -2090786 or 14555360. OLE color: 14555360.

HSL color Cylindrical-coordinate representation of color #E018DE: hue angle of 300.6º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E018DE is Cyan = 0, Magento = 0.89, Yellow = 0.01 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 24 222 -
CMYK 0 0.89 0.01 0.12
HSL 300.6º 0.81% 0.49% -
HSV(B) 300.6º 0.89% 0.88% -
XYZ 44.25 21.77 70.98 -
YUV 106.37 193.26 211.9 -
System Red Green Blue C M Y K H S L
Decimal 224 24 222 0 0.89 0.01 0.12 300.6 0.81 0.49
Hex E0 18 DE 0 59 1 C 12D 51 31
Octal 340 30 336 0 131 1 14 455 121 61
Binary 11100000 11000 11011110 0 1011001 1 1100 100101101 1010001 110001

Color Harmonies of #E018DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E018DE

Black with #E018DE

Text Example


Text Example

White with #E018DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E018DE; }

 p { color: rgb(224,24,222); }

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

background-color css

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

 a { background-color: rgb(224,24,222); }

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

border-color css

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

 span { border-color: rgb(224,24,222); }

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