Html Css Color HEX #E611DB Deep Magenta

📋 copy color: '#E611DB'

red 230 ◦ green 17 ◦ blue 219

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

Shades of Deep Magenta #E611DB

Tints of Deep Magenta #E611DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 47%

R = 49.36%
G = 3.65%
B = 47%

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

#E611DB (or 0xE611DB) is known color: Deep Magenta. HEX triplet: E6, 11 and DB. RGB value is (230,17,219). Sum of RGB (Red+Green+Blue) = 230+17+219=466 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.36% from 466); Green value is 17 (7.03% from 255 or 3.65% from 466); Blue value is 219 (85.94% from 255 or 47.00% from 466); Max value from RGB is 230 - color contains mainly: red. Hex color #E611DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E611DB is #19EE24. Grayscale: #676767. Windows color (decimal): -1699365 or 14356966. OLE color: 14356966.

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

Color convert

RGB 230 17 219 -
CMYK 0 0.93 0.05 0.10
HSL 303.1º 0.86% 0.48% -
HSV(B) 303.1º 0.93% 0.9% -
XYZ 45.62 22.34 68.93 -
YUV 103.72 193.07 218.07 -
System Red Green Blue C M Y K H S L
Decimal 230 17 219 0 0.93 0.05 0.10 303.1 0.86 0.48
Hex E6 11 DB 0 5D 5 A 12F 56 30
Octal 346 21 333 0 135 5 12 457 126 60
Binary 11100110 10001 11011011 0 1011101 101 1010 100101111 1010110 110000

Color Harmonies of #E611DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E611DB

Black with #E611DB

Text Example


Text Example

White with #E611DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E611DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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