Html Css Color HEX #E610D8 Deep Magenta

📋 copy color: '#E610D8'

red 230 ◦ green 16 ◦ blue 216

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

Shades of Deep Magenta #E610D8

Tints of Deep Magenta #E610D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 46.75%

R = 49.78%
G = 3.46%
B = 46.75%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.06

 K value IS 0.10

RGB Variations

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

Color information

#E610D8 (or 0xE610D8) is known color: Deep Magenta. HEX triplet: E6, 10 and D8. RGB value is (230,16,216). Sum of RGB (Red+Green+Blue) = 230+16+216=462 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.78% from 462); Green value is 16 (6.64% from 255 or 3.46% from 462); Blue value is 216 (84.77% from 255 or 46.75% from 462); Max value from RGB is 230 - color contains mainly: red. Hex color #E610D8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E610D8 is #19EF27. Grayscale: #666666. Windows color (decimal): -1699624 or 14160102. OLE color: 14160102.

HSL color Cylindrical-coordinate representation of color #E610D8: hue angle of 303.93º 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 #E610D8 is Cyan = 0, Magento = 0.93, Yellow = 0.06 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 16 216 -
CMYK 0 0.93 0.06 0.10
HSL 303.93º 0.87% 0.48% -
HSV(B) 303.93º 0.93% 0.9% -
XYZ 45.21 22.15 66.86 -
YUV 102.79 191.9 218.74 -
System Red Green Blue C M Y K H S L
Decimal 230 16 216 0 0.93 0.06 0.10 303.93 0.87 0.48
Hex E6 10 D8 0 5D 6 A 130 57 30
Octal 346 20 330 0 135 6 12 460 127 60
Binary 11100110 10000 11011000 0 1011101 110 1010 100110000 1010111 110000

Color Harmonies of #E610D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E610D8

Black with #E610D8

Text Example


Text Example

White with #E610D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E610D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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