Html Css Color HEX #E002D6 Deep Magenta

📋 copy color: '#E002D6'

red 224 ◦ green 2 ◦ blue 214

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

Shades of Deep Magenta #E002D6

Tints of Deep Magenta #E002D6

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.45%

 BLUE value IS 214 (83.98% from 255) = 48.64%

R = 50.91%
G = 0.45%
B = 48.64%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.04

 K value IS 0.12

RGB Variations

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

Color information

#E002D6 (or 0xE002D6) is known color: Deep Magenta. HEX triplet: E0, 02 and D6. RGB value is (224,2,214). Sum of RGB (Red+Green+Blue) = 224+2+214=440 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.91% from 440); Green value is 2 (1.17% from 255 or 0.45% from 440); Blue value is 214 (83.98% from 255 or 48.64% from 440); Max value from RGB is 224 - color contains mainly: red. Hex color #E002D6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E002D6 is #1FFD29. Grayscale: #5B5B5B. Windows color (decimal): -2096426 or 14025440. OLE color: 14025440.

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

Color convert

RGB 224 2 214 -
CMYK 0 0.99 0.04 0.12
HSL 302.7º 0.98% 0.44% -
HSV(B) 302.7º 0.99% 0.88% -
XYZ 42.9 20.75 65.36 -
YUV 92.55 196.55 221.76 -
System Red Green Blue C M Y K H S L
Decimal 224 2 214 0 0.99 0.04 0.12 302.7 0.98 0.44
Hex E0 2 D6 0 63 4 C 12F 62 2C
Octal 340 2 326 0 143 4 14 457 142 54
Binary 11100000 10 11010110 0 1100011 100 1100 100101111 1100010 101100

Color Harmonies of #E002D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E002D6

Black with #E002D6

Text Example


Text Example

White with #E002D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E002D6; }

 p { color: rgb(224,2,214); }

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

background-color css

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

 a { background-color: rgb(224,2,214); }

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

border-color css

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

 span { border-color: rgb(224,2,214); }

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