Html Css Color HEX #E610DA Deep Magenta

📋 copy color: '#E610DA'

red 230 ◦ green 16 ◦ blue 218

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

Shades of Deep Magenta #E610DA

Tints of Deep Magenta #E610DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 46.98%

R = 49.57%
G = 3.45%
B = 46.98%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.05

 K value IS 0.10

RGB Variations

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

Color information

#E610DA (or 0xE610DA) is known color: Deep Magenta. HEX triplet: E6, 10 and DA. RGB value is (230,16,218). Sum of RGB (Red+Green+Blue) = 230+16+218=464 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.57% from 464); Green value is 16 (6.64% from 255 or 3.45% from 464); Blue value is 218 (85.55% from 255 or 46.98% from 464); Max value from RGB is 230 - color contains mainly: red. Hex color #E610DA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E610DA is #19EF25. Grayscale: #666666. Windows color (decimal): -1699622 or 14291174. OLE color: 14291174.

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

Color convert

RGB 230 16 218 -
CMYK 0 0.93 0.05 0.10
HSL 303.36º 0.87% 0.48% -
HSV(B) 303.36º 0.93% 0.9% -
XYZ 45.47 22.26 68.23 -
YUV 103.01 192.9 218.57 -
System Red Green Blue C M Y K H S L
Decimal 230 16 218 0 0.93 0.05 0.10 303.36 0.87 0.48
Hex E6 10 DA 0 5D 5 A 12F 57 30
Octal 346 20 332 0 135 5 12 457 127 60
Binary 11100110 10000 11011010 0 1011101 101 1010 100101111 1010111 110000

Color Harmonies of #E610DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E610DA

Black with #E610DA

Text Example


Text Example

White with #E610DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E610DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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