Html Css Color HEX #E611DA Deep Magenta

📋 copy color: '#E611DA'

red 230 ◦ green 17 ◦ blue 218

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

Shades of Deep Magenta #E611DA

Tints of Deep Magenta #E611DA

RGB

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

 GREEN value IS 17 (7.03% from 255) = 3.66%

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

R = 49.46%
G = 3.66%
B = 46.88%

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

#E611DA (or 0xE611DA) is known color: Deep Magenta. HEX triplet: E6, 11 and DA. RGB value is (230,17,218). Sum of RGB (Red+Green+Blue) = 230+17+218=465 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.46% from 465); Green value is 17 (7.03% from 255 or 3.66% from 465); Blue value is 218 (85.55% from 255 or 46.88% from 465); Max value from RGB is 230 - color contains mainly: red. Hex color #E611DA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E611DA is #19EE25. Grayscale: #676767. Windows color (decimal): -1699366 or 14291430. OLE color: 14291430.

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

Color convert

RGB 230 17 218 -
CMYK 0 0.93 0.05 0.10
HSL 303.38º 0.86% 0.48% -
HSV(B) 303.38º 0.93% 0.9% -
XYZ 45.49 22.29 68.23 -
YUV 103.6 192.57 218.16 -
System Red Green Blue C M Y K H S L
Decimal 230 17 218 0 0.93 0.05 0.10 303.38 0.86 0.48
Hex E6 11 DA 0 5D 5 A 12F 56 30
Octal 346 21 332 0 135 5 12 457 126 60
Binary 11100110 10001 11011010 0 1011101 101 1010 100101111 1010110 110000

Color Harmonies of #E611DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E611DA

Black with #E611DA

Text Example


Text Example

White with #E611DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E611DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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