Html Css Color HEX #E001D4 Deep Magenta

📋 copy color: '#E001D4'

red 224 ◦ green 1 ◦ blue 212

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

Shades of Deep Magenta #E001D4

Tints of Deep Magenta #E001D4

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.23%

 BLUE value IS 212 (83.2% from 255) = 48.51%

R = 51.26%
G = 0.23%
B = 48.51%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.05

 K value IS 0.12

RGB Variations

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

Color information

#E001D4 (or 0xE001D4) is known color: Deep Magenta. HEX triplet: E0, 01 and D4. RGB value is (224,1,212). Sum of RGB (Red+Green+Blue) = 224+1+212=437 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.26% from 437); Green value is 1 (0.78% from 255 or 0.23% from 437); Blue value is 212 (83.20% from 255 or 48.51% from 437); Max value from RGB is 224 - color contains mainly: red. Hex color #E001D4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E001D4 is #1FFE2B. Grayscale: #5B5B5B. Windows color (decimal): -2096684 or 13894112. OLE color: 13894112.

HSL color Cylindrical-coordinate representation of color #E001D4: hue angle of 303.23º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E001D4 is Cyan = 0, Magento = 1.00, Yellow = 0.05 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 1 212 -
CMYK 0 1.00 0.05 0.12
HSL 303.23º 0.99% 0.44% -
HSV(B) 303.23º 1% 0.88% -
XYZ 42.63 20.62 64.02 -
YUV 91.73 195.88 222.34 -
System Red Green Blue C M Y K H S L
Decimal 224 1 212 0 1.00 0.05 0.12 303.23 0.99 0.44
Hex E0 1 D4 0 64 5 C 12F 63 2C
Octal 340 1 324 0 144 5 14 457 143 54
Binary 11100000 1 11010100 0 1100100 101 1100 100101111 1100011 101100

Color Harmonies of #E001D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E001D4

Black with #E001D4

Text Example


Text Example

White with #E001D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E001D4; }

 p { color: rgb(224,1,212); }

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

background-color css

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

 a { background-color: rgb(224,1,212); }

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

border-color css

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

 span { border-color: rgb(224,1,212); }

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