Html Css Color HEX #E601DC Deep Magenta

📋 copy color: '#E601DC'

red 230 ◦ green 1 ◦ blue 220

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

Shades of Deep Magenta #E601DC

Tints of Deep Magenta #E601DC

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.22%

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

R = 51%
G = 0.22%
B = 48.78%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.04

 K value IS 0.10

RGB Variations

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

Color information

#E601DC (or 0xE601DC) is known color: Deep Magenta. HEX triplet: E6, 01 and DC. RGB value is (230,1,220). Sum of RGB (Red+Green+Blue) = 230+1+220=451 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.00% from 451); Green value is 1 (0.78% from 255 or 0.22% from 451); Blue value is 220 (86.33% from 255 or 48.78% from 451); Max value from RGB is 230 - color contains mainly: red. Hex color #E601DC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E601DC is #19FE23. Grayscale: #5D5D5D. Windows color (decimal): -1703460 or 14418406. OLE color: 14418406.

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

Color convert

RGB 230 1 220 -
CMYK 0 1.00 0.04 0.10
HSL 302.62º 0.99% 0.45% -
HSV(B) 302.62º 1% 0.9% -
XYZ 45.56 22.01 69.56 -
YUV 94.44 198.87 224.69 -
System Red Green Blue C M Y K H S L
Decimal 230 1 220 0 1.00 0.04 0.10 302.62 0.99 0.45
Hex E6 1 DC 0 64 4 A 12F 63 2D
Octal 346 1 334 0 144 4 12 457 143 55
Binary 11100110 1 11011100 0 1100100 100 1010 100101111 1100011 101101

Color Harmonies of #E601DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E601DC

Black with #E601DC

Text Example


Text Example

White with #E601DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E601DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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