Html Css Color HEX #E000D2 Deep Magenta

📋 copy color: '#E000D2'

red 224 ◦ green 0 ◦ blue 210

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

Shades of Deep Magenta #E000D2

Tints of Deep Magenta #E000D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 48.39%

R = 51.61%
G = 0%
B = 48.39%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.06

 K value IS 0.12

RGB Variations

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

Color information

#E000D2 (or 0xE000D2) is known color: Deep Magenta. HEX triplet: E0, 00 and D2. RGB value is (224,0,210). Sum of RGB (Red+Green+Blue) = 224+0+210=434 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.61% from 434); Green value is 0 (0.39% from 255 or 0% from 434); Blue value is 210 (82.42% from 255 or 48.39% from 434); Max value from RGB is 224 - color contains mainly: red. Hex color #E000D2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E000D2 is #1FFF2D. Grayscale: #5A5A5A. Windows color (decimal): -2096942 or 13762784. OLE color: 13762784.

HSL color Cylindrical-coordinate representation of color #E000D2: hue angle of 303.75º 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 #E000D2 is Cyan = 0, Magento = 1, Yellow = 0.06 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 0 210 -
CMYK 0 1 0.06 0.12
HSL 303.75º 1% 0.44% -
HSV(B) 303.75º 1% 0.88% -
XYZ 42.37 20.5 62.7 -
YUV 90.92 195.21 222.92 -
System Red Green Blue C M Y K H S L
Decimal 224 0 210 0 1 0.06 0.12 303.75 1 0.44
Hex E0 0 D2 0 64 6 C 130 64 2C
Octal 340 0 322 0 144 6 14 460 144 54
Binary 11100000 0 11010010 0 1100100 110 1100 100110000 1100100 101100

Color Harmonies of #E000D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E000D2

Black with #E000D2

Text Example


Text Example

White with #E000D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E000D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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