Html Css Color HEX #E509DC Deep Magenta

📋 copy color: '#E509DC'

red 229 ◦ green 9 ◦ blue 220

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

Shades of Deep Magenta #E509DC

Tints of Deep Magenta #E509DC

RGB

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

 GREEN value IS 9 (3.91% from 255) = 1.97%

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

R = 50%
G = 1.97%
B = 48.03%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.04

 K value IS 0.10

RGB Variations

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

Color information

#E509DC (or 0xE509DC) is known color: Deep Magenta. HEX triplet: E5, 09 and DC. RGB value is (229,9,220). Sum of RGB (Red+Green+Blue) = 229+9+220=458 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50% from 458); Green value is 9 (3.91% from 255 or 1.97% from 458); Blue value is 220 (86.33% from 255 or 48.03% from 458); Max value from RGB is 229 - color contains mainly: red. Hex color #E509DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E509DC is #1AF623. Grayscale: #626262. Windows color (decimal): -1766948 or 14420453. OLE color: 14420453.

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

Color convert

RGB 229 9 220 -
CMYK 0 0.96 0.04 0.10
HSL 302.45º 0.92% 0.47% -
HSV(B) 302.45º 0.96% 0.9% -
XYZ 45.33 22.02 69.57 -
YUV 98.83 196.39 220.84 -
System Red Green Blue C M Y K H S L
Decimal 229 9 220 0 0.96 0.04 0.10 302.45 0.92 0.47
Hex E5 9 DC 0 60 4 A 12E 5C 2F
Octal 345 11 334 0 140 4 12 456 134 57
Binary 11100101 1001 11011100 0 1100000 100 1010 100101110 1011100 101111

Color Harmonies of #E509DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E509DC

Black with #E509DC

Text Example


Text Example

White with #E509DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E509DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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