Html Css Color HEX #E116DD Deep Magenta

📋 copy color: '#E116DD'

red 225 ◦ green 22 ◦ blue 221

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

Shades of Deep Magenta #E116DD

Tints of Deep Magenta #E116DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 47.22%

R = 48.08%
G = 4.7%
B = 47.22%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.02

 K value IS 0.12

RGB Variations

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

Color information

#E116DD (or 0xE116DD) is known color: Deep Magenta. HEX triplet: E1, 16 and DD. RGB value is (225,22,221). Sum of RGB (Red+Green+Blue) = 225+22+221=468 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.08% from 468); Green value is 22 (8.98% from 255 or 4.70% from 468); Blue value is 221 (86.72% from 255 or 47.22% from 468); Max value from RGB is 225 - color contains mainly: red. Hex color #E116DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E116DD is #1EE922. Grayscale: #686868. Windows color (decimal): -2025763 or 14489313. OLE color: 14489313.

HSL color Cylindrical-coordinate representation of color #E116DD: hue angle of 301.18º 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 #E116DD is Cyan = 0, Magento = 0.90, Yellow = 0.02 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 22 221 -
CMYK 0 0.90 0.02 0.12
HSL 301.18º 0.82% 0.48% -
HSV(B) 301.18º 0.9% 0.88% -
XYZ 44.39 21.8 70.28 -
YUV 105.38 193.25 213.32 -
System Red Green Blue C M Y K H S L
Decimal 225 22 221 0 0.90 0.02 0.12 301.18 0.82 0.48
Hex E1 16 DD 0 5A 2 C 12D 52 30
Octal 341 26 335 0 132 2 14 455 122 60
Binary 11100001 10110 11011101 0 1011010 10 1100 100101101 1010010 110000

Color Harmonies of #E116DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E116DD

Black with #E116DD

Text Example


Text Example

White with #E116DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E116DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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