Html Css Color HEX #E500D4 Deep Magenta

📋 copy color: '#E500D4'

red 229 ◦ green 0 ◦ blue 212

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

Shades of Deep Magenta #E500D4

Tints of Deep Magenta #E500D4

RGB

 RED value IS 229 (89.84% from 255) = 51.93%

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

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

R = 51.93%
G = 0%
B = 48.07%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.07

 K value IS 0.10

RGB Variations

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

Color information

#E500D4 (or 0xE500D4) is known color: Deep Magenta. HEX triplet: E5, 00 and D4. RGB value is (229,0,212). Sum of RGB (Red+Green+Blue) = 229+0+212=441 (58% of max value = 765). Red value is 229 (89.84% from 255 or 51.93% from 441); Green value is 0 (0.39% from 255 or 0% from 441); Blue value is 212 (83.20% from 255 or 48.07% from 441); Max value from RGB is 229 - color contains mainly: red. Hex color #E500D4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E500D4 is #1AFF2B. Grayscale: #5C5C5C. Windows color (decimal): -1769260 or 13893861. OLE color: 13893861.

HSL color Cylindrical-coordinate representation of color #E500D4: hue angle of 304.45º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E500D4 is Cyan = 0, Magento = 1, Yellow = 0.07 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 0 212 -
CMYK 0 1 0.07 0.10
HSL 304.45º 1% 0.45% -
HSV(B) 304.45º 1% 0.9% -
XYZ 44.2 21.41 64.09 -
YUV 92.64 195.37 225.26 -
System Red Green Blue C M Y K H S L
Decimal 229 0 212 0 1 0.07 0.10 304.45 1 0.45
Hex E5 0 D4 0 64 7 A 130 64 2D
Octal 345 0 324 0 144 7 12 460 144 55
Binary 11100101 0 11010100 0 1100100 111 1010 100110000 1100100 101101

Color Harmonies of #E500D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E500D4

Black with #E500D4

Text Example


Text Example

White with #E500D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E500D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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