Html Css Color HEX #E602DC Deep Magenta

📋 copy color: '#E602DC'

red 230 ◦ green 2 ◦ blue 220

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

Shades of Deep Magenta #E602DC

Tints of Deep Magenta #E602DC

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.44%

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

R = 50.88%
G = 0.44%
B = 48.67%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.04

 K value IS 0.10

RGB Variations

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

Color information

#E602DC (or 0xE602DC) is known color: Deep Magenta. HEX triplet: E6, 02 and DC. RGB value is (230,2,220). Sum of RGB (Red+Green+Blue) = 230+2+220=452 (59% of max value = 765). Red value is 230 (90.23% from 255 or 50.88% from 452); Green value is 2 (1.17% from 255 or 0.44% from 452); Blue value is 220 (86.33% from 255 or 48.67% from 452); Max value from RGB is 230 - color contains mainly: red. Hex color #E602DC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E602DC is #19FD23. Grayscale: #5E5E5E. Windows color (decimal): -1703204 or 14418662. OLE color: 14418662.

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

Color convert

RGB 230 2 220 -
CMYK 0 0.99 0.04 0.10
HSL 302.63º 0.98% 0.45% -
HSV(B) 302.63º 0.99% 0.9% -
XYZ 45.57 22.03 69.56 -
YUV 95.02 198.54 224.27 -
System Red Green Blue C M Y K H S L
Decimal 230 2 220 0 0.99 0.04 0.10 302.63 0.98 0.45
Hex E6 2 DC 0 63 4 A 12F 62 2D
Octal 346 2 334 0 143 4 12 457 142 55
Binary 11100110 10 11011100 0 1100011 100 1010 100101111 1100010 101101

Color Harmonies of #E602DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E602DC

Black with #E602DC

Text Example


Text Example

White with #E602DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E602DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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