Html Css Color HEX #E116DB Deep Magenta

📋 copy color: '#E116DB'

red 225 ◦ green 22 ◦ blue 219

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

Shades of Deep Magenta #E116DB

Tints of Deep Magenta #E116DB

RGB

 RED value IS 225 (88.28% from 255) = 48.28%

 GREEN value IS 22 (8.98% from 255) = 4.72%

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

R = 48.28%
G = 4.72%
B = 47%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.03

 K value IS 0.12

RGB Variations

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

Color information

#E116DB (or 0xE116DB) is known color: Deep Magenta. HEX triplet: E1, 16 and DB. RGB value is (225,22,219). Sum of RGB (Red+Green+Blue) = 225+22+219=466 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.28% from 466); Green value is 22 (8.98% from 255 or 4.72% from 466); Blue value is 219 (85.94% from 255 or 47.00% from 466); Max value from RGB is 225 - color contains mainly: red. Hex color #E116DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E116DB is #1EE924. Grayscale: #686868. Windows color (decimal): -2025765 or 14358241. OLE color: 14358241.

HSL color Cylindrical-coordinate representation of color #E116DB: hue angle of 301.77º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E116DB is Cyan = 0, Magento = 0.90, Yellow = 0.03 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 22 219 -
CMYK 0 0.90 0.03 0.12
HSL 301.77º 0.82% 0.48% -
HSV(B) 301.77º 0.9% 0.88% -
XYZ 44.12 21.7 68.88 -
YUV 105.16 192.25 213.48 -
System Red Green Blue C M Y K H S L
Decimal 225 22 219 0 0.90 0.03 0.12 301.77 0.82 0.48
Hex E1 16 DB 0 5A 3 C 12E 52 30
Octal 341 26 333 0 132 3 14 456 122 60
Binary 11100001 10110 11011011 0 1011010 11 1100 100101110 1010010 110000

Color Harmonies of #E116DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E116DB

Black with #E116DB

Text Example


Text Example

White with #E116DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E116DB; }

 p { color: rgb(225,22,219); }

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

background-color css

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

 a { background-color: rgb(225,22,219); }

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

border-color css

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

 span { border-color: rgb(225,22,219); }

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