Html Css Color HEX #E506DC Deep Magenta

📋 copy color: '#E506DC'

red 229 ◦ green 6 ◦ blue 220

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

Shades of Deep Magenta #E506DC

Tints of Deep Magenta #E506DC

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.32%

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

R = 50.33%
G = 1.32%
B = 48.35%

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

#E506DC (or 0xE506DC) is known color: Deep Magenta. HEX triplet: E5, 06 and DC. RGB value is (229,6,220). Sum of RGB (Red+Green+Blue) = 229+6+220=455 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.33% from 455); Green value is 6 (2.73% from 255 or 1.32% from 455); Blue value is 220 (86.33% from 255 or 48.35% from 455); Max value from RGB is 229 - color contains mainly: red. Hex color #E506DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E506DC is #1AF923. Grayscale: #606060. Windows color (decimal): -1767716 or 14419685. OLE color: 14419685.

HSL color Cylindrical-coordinate representation of color #E506DC: hue angle of 302.42º degrees, saturation: 0.95, 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 #E506DC is Cyan = 0, Magento = 0.97, Yellow = 0.04 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 6 220 -
CMYK 0 0.97 0.04 0.10
HSL 302.42º 0.95% 0.46% -
HSV(B) 302.42º 0.97% 0.9% -
XYZ 45.3 21.96 69.56 -
YUV 97.07 197.38 222.1 -
System Red Green Blue C M Y K H S L
Decimal 229 6 220 0 0.97 0.04 0.10 302.42 0.95 0.46
Hex E5 6 DC 0 61 4 A 12E 5F 2E
Octal 345 6 334 0 141 4 12 456 137 56
Binary 11100101 110 11011100 0 1100001 100 1010 100101110 1011111 101110

Color Harmonies of #E506DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E506DC

Black with #E506DC

Text Example


Text Example

White with #E506DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E506DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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