Html Css Color HEX #E000D4 Deep Magenta

📋 copy color: '#E000D4'

red 224 ◦ green 0 ◦ blue 212

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

Shades of Deep Magenta #E000D4

Tints of Deep Magenta #E000D4

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 51.38%
G = 0%
B = 48.62%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.05

 K value IS 0.12

RGB Variations

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

Color information

#E000D4 (or 0xE000D4) is known color: Deep Magenta. HEX triplet: E0, 00 and D4. RGB value is (224,0,212). Sum of RGB (Red+Green+Blue) = 224+0+212=436 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.38% from 436); Green value is 0 (0.39% from 255 or 0% from 436); Blue value is 212 (83.20% from 255 or 48.62% from 436); Max value from RGB is 224 - color contains mainly: red. Hex color #E000D4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E000D4 is #1FFF2B. Grayscale: #5A5A5A. Windows color (decimal): -2096940 or 13893856. OLE color: 13893856.

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

Color convert

RGB 224 0 212 -
CMYK 0 1 0.05 0.12
HSL 303.21º 1% 0.44% -
HSV(B) 303.21º 1% 0.88% -
XYZ 42.62 20.6 64.02 -
YUV 91.14 196.21 222.76 -
System Red Green Blue C M Y K H S L
Decimal 224 0 212 0 1 0.05 0.12 303.21 1 0.44
Hex E0 0 D4 0 64 5 C 12F 64 2C
Octal 340 0 324 0 144 5 14 457 144 54
Binary 11100000 0 11010100 0 1100100 101 1100 100101111 1100100 101100

Color Harmonies of #E000D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E000D4

Black with #E000D4

Text Example


Text Example

White with #E000D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E000D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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