Html Css Color HEX #E004DE Deep Magenta

📋 copy color: '#E004DE'

red 224 ◦ green 4 ◦ blue 222

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

Shades of Deep Magenta #E004DE

Tints of Deep Magenta #E004DE

RGB

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

 GREEN value IS 4 (1.95% from 255) = 0.89%

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

R = 49.78%
G = 0.89%
B = 49.33%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.01

 K value IS 0.12

RGB Variations

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

Color information

#E004DE (or 0xE004DE) is known color: Deep Magenta. HEX triplet: E0, 04 and DE. RGB value is (224,4,222). Sum of RGB (Red+Green+Blue) = 224+4+222=450 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.78% from 450); Green value is 4 (1.95% from 255 or 0.89% from 450); Blue value is 222 (87.11% from 255 or 49.33% from 450); Max value from RGB is 224 - color contains mainly: red. Hex color #E004DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E004DE is #1FFB21. Grayscale: #5D5D5D. Windows color (decimal): -2095906 or 14550240. OLE color: 14550240.

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

Color convert

RGB 224 4 222 -
CMYK 0 0.98 0.01 0.12
HSL 300.55º 0.96% 0.45% -
HSV(B) 300.55º 0.98% 0.88% -
XYZ 43.97 21.21 70.88 -
YUV 94.63 199.89 220.27 -
System Red Green Blue C M Y K H S L
Decimal 224 4 222 0 0.98 0.01 0.12 300.55 0.96 0.45
Hex E0 4 DE 0 62 1 C 12D 60 2D
Octal 340 4 336 0 142 1 14 455 140 55
Binary 11100000 100 11011110 0 1100010 1 1100 100101101 1100000 101101

Color Harmonies of #E004DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E004DE

Black with #E004DE

Text Example


Text Example

White with #E004DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E004DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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