Html Css Color HEX #E616DC Deep Magenta

📋 copy color: '#E616DC'

red 230 ◦ green 22 ◦ blue 220

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

Shades of Deep Magenta #E616DC

Tints of Deep Magenta #E616DC

RGB

 RED value IS 230 (90.23% from 255) = 48.73%

 GREEN value IS 22 (8.98% from 255) = 4.66%

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

R = 48.73%
G = 4.66%
B = 46.61%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.04

 K value IS 0.10

RGB Variations

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

Color information

#E616DC (or 0xE616DC) is known color: Deep Magenta. HEX triplet: E6, 16 and DC. RGB value is (230,22,220). Sum of RGB (Red+Green+Blue) = 230+22+220=472 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.73% from 472); Green value is 22 (8.98% from 255 or 4.66% from 472); Blue value is 220 (86.33% from 255 or 46.61% from 472); Max value from RGB is 230 - color contains mainly: red. Hex color #E616DC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E616DC is #19E923. Grayscale: #6A6A6A. Windows color (decimal): -1698084 or 14423782. OLE color: 14423782.

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

Color convert

RGB 230 22 220 -
CMYK 0 0.90 0.04 0.10
HSL 302.88º 0.83% 0.49% -
HSV(B) 302.88º 0.9% 0.9% -
XYZ 45.84 22.56 69.65 -
YUV 106.76 191.91 215.9 -
System Red Green Blue C M Y K H S L
Decimal 230 22 220 0 0.90 0.04 0.10 302.88 0.83 0.49
Hex E6 16 DC 0 5A 4 A 12F 53 31
Octal 346 26 334 0 132 4 12 457 123 61
Binary 11100110 10110 11011100 0 1011010 100 1010 100101111 1010011 110001

Color Harmonies of #E616DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E616DC

Black with #E616DC

Text Example


Text Example

White with #E616DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E616DC; }

 p { color: rgb(230,22,220); }

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

background-color css

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

 a { background-color: rgb(230,22,220); }

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

border-color css

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

 span { border-color: rgb(230,22,220); }

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