Html Css Color HEX #E008D4 Deep Magenta

📋 copy color: '#E008D4'

red 224 ◦ green 8 ◦ blue 212

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

Shades of Deep Magenta #E008D4

Tints of Deep Magenta #E008D4

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.8%

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

R = 50.45%
G = 1.8%
B = 47.75%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.05

 K value IS 0.12

RGB Variations

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

Color information

#E008D4 (or 0xE008D4) is known color: Deep Magenta. HEX triplet: E0, 08 and D4. RGB value is (224,8,212). Sum of RGB (Red+Green+Blue) = 224+8+212=444 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.45% from 444); Green value is 8 (3.52% from 255 or 1.80% from 444); Blue value is 212 (83.20% from 255 or 47.75% from 444); Max value from RGB is 224 - color contains mainly: red. Hex color #E008D4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E008D4 is #1FF72B. Grayscale: #5F5F5F. Windows color (decimal): -2094892 or 13895904. OLE color: 13895904.

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

Color convert

RGB 224 8 212 -
CMYK 0 0.96 0.05 0.12
HSL 303.33º 0.93% 0.45% -
HSV(B) 303.33º 0.96% 0.88% -
XYZ 42.71 20.77 64.05 -
YUV 95.84 193.56 219.41 -
System Red Green Blue C M Y K H S L
Decimal 224 8 212 0 0.96 0.05 0.12 303.33 0.93 0.45
Hex E0 8 D4 0 60 5 C 12F 5D 2D
Octal 340 10 324 0 140 5 14 457 135 55
Binary 11100000 1000 11010100 0 1100000 101 1100 100101111 1011101 101101

Color Harmonies of #E008D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E008D4

Black with #E008D4

Text Example


Text Example

White with #E008D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E008D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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