Html Css Color HEX #E508DC Deep Magenta

📋 copy color: '#E508DC'

red 229 ◦ green 8 ◦ blue 220

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

Shades of Deep Magenta #E508DC

Tints of Deep Magenta #E508DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 48.14%

R = 50.11%
G = 1.75%
B = 48.14%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.04

 K value IS 0.10

RGB Variations

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

Color information

#E508DC (or 0xE508DC) is known color: Deep Magenta. HEX triplet: E5, 08 and DC. RGB value is (229,8,220). Sum of RGB (Red+Green+Blue) = 229+8+220=457 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.11% from 457); Green value is 8 (3.52% from 255 or 1.75% from 457); Blue value is 220 (86.33% from 255 or 48.14% from 457); Max value from RGB is 229 - color contains mainly: red. Hex color #E508DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E508DC is #1AF723. Grayscale: #616161. Windows color (decimal): -1767204 or 14420197. OLE color: 14420197.

HSL color Cylindrical-coordinate representation of color #E508DC: hue angle of 302.44º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E508DC is Cyan = 0, Magento = 0.97, Yellow = 0.04 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 8 220 -
CMYK 0 0.97 0.04 0.10
HSL 302.44º 0.93% 0.46% -
HSV(B) 302.44º 0.97% 0.9% -
XYZ 45.32 22 69.57 -
YUV 98.25 196.72 221.26 -
System Red Green Blue C M Y K H S L
Decimal 229 8 220 0 0.97 0.04 0.10 302.44 0.93 0.46
Hex E5 8 DC 0 61 4 A 12E 5D 2E
Octal 345 10 334 0 141 4 12 456 135 56
Binary 11100101 1000 11011100 0 1100001 100 1010 100101110 1011101 101110

Color Harmonies of #E508DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E508DC

Black with #E508DC

Text Example


Text Example

White with #E508DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E508DC; }

 p { color: rgb(229,8,220); }

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

background-color css

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

 a { background-color: rgb(229,8,220); }

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

border-color css

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

 span { border-color: rgb(229,8,220); }

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