Html Css Color HEX #E116D6 Deep Magenta

📋 copy color: '#E116D6'

red 225 ◦ green 22 ◦ blue 214

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

Shades of Deep Magenta #E116D6

Tints of Deep Magenta #E116D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 46.42%

R = 48.81%
G = 4.77%
B = 46.42%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.05

 K value IS 0.12

RGB Variations

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

Color information

#E116D6 (or 0xE116D6) is known color: Deep Magenta. HEX triplet: E1, 16 and D6. RGB value is (225,22,214). Sum of RGB (Red+Green+Blue) = 225+22+214=461 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.81% from 461); Green value is 22 (8.98% from 255 or 4.77% from 461); Blue value is 214 (83.98% from 255 or 46.42% from 461); Max value from RGB is 225 - color contains mainly: red. Hex color #E116D6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E116D6 is #1EE929. Grayscale: #686868. Windows color (decimal): -2025770 or 14030561. OLE color: 14030561.

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

Color convert

RGB 225 22 214 -
CMYK 0 0.90 0.05 0.12
HSL 303.25º 0.82% 0.48% -
HSV(B) 303.25º 0.9% 0.88% -
XYZ 43.48 21.44 65.46 -
YUV 104.59 189.75 213.89 -
System Red Green Blue C M Y K H S L
Decimal 225 22 214 0 0.90 0.05 0.12 303.25 0.82 0.48
Hex E1 16 D6 0 5A 5 C 12F 52 30
Octal 341 26 326 0 132 5 14 457 122 60
Binary 11100001 10110 11010110 0 1011010 101 1100 100101111 1010010 110000

Color Harmonies of #E116D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E116D6

Black with #E116D6

Text Example


Text Example

White with #E116D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E116D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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