Html Css Color HEX #E610DE Deep Magenta

📋 copy color: '#E610DE'

red 230 ◦ green 16 ◦ blue 222

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

Shades of Deep Magenta #E610DE

Tints of Deep Magenta #E610DE

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.42%

 BLUE value IS 222 (87.11% from 255) = 47.44%

R = 49.15%
G = 3.42%
B = 47.44%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.03

 K value IS 0.10

RGB Variations

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

Color information

#E610DE (or 0xE610DE) is known color: Deep Magenta. HEX triplet: E6, 10 and DE. RGB value is (230,16,222). Sum of RGB (Red+Green+Blue) = 230+16+222=468 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.15% from 468); Green value is 16 (6.64% from 255 or 3.42% from 468); Blue value is 222 (87.11% from 255 or 47.44% from 468); Max value from RGB is 230 - color contains mainly: red. Hex color #E610DE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E610DE is #19EF21. Grayscale: #666666. Windows color (decimal): -1699618 or 14553318. OLE color: 14553318.

HSL color Cylindrical-coordinate representation of color #E610DE: hue angle of 302.24º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E610DE is Cyan = 0, Magento = 0.93, Yellow = 0.03 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 16 222 -
CMYK 0 0.93 0.03 0.10
HSL 302.24º 0.87% 0.48% -
HSV(B) 302.24º 0.93% 0.9% -
XYZ 46 22.47 71.02 -
YUV 103.47 194.9 218.25 -
System Red Green Blue C M Y K H S L
Decimal 230 16 222 0 0.93 0.03 0.10 302.24 0.87 0.48
Hex E6 10 DE 0 5D 3 A 12E 57 30
Octal 346 20 336 0 135 3 12 456 127 60
Binary 11100110 10000 11011110 0 1011101 11 1010 100101110 1010111 110000

Color Harmonies of #E610DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E610DE

Black with #E610DE

Text Example


Text Example

White with #E610DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E610DE; }

 p { color: rgb(230,16,222); }

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

background-color css

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

 a { background-color: rgb(230,16,222); }

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

border-color css

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

 span { border-color: rgb(230,16,222); }

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