Html Css Color HEX #E116D5 Deep Magenta

📋 copy color: '#E116D5'

red 225 ◦ green 22 ◦ blue 213

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

Shades of Deep Magenta #E116D5

Tints of Deep Magenta #E116D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 46.3%

R = 48.91%
G = 4.78%
B = 46.3%

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

#E116D5 (or 0xE116D5) is known color: Deep Magenta. HEX triplet: E1, 16 and D5. RGB value is (225,22,213). Sum of RGB (Red+Green+Blue) = 225+22+213=460 (60% of max value = 765). Red value is 225 (88.28% from 255 or 48.91% from 460); Green value is 22 (8.98% from 255 or 4.78% from 460); Blue value is 213 (83.59% from 255 or 46.30% from 460); Max value from RGB is 225 - color contains mainly: red. Hex color #E116D5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E116D5 is #1EE92A. Grayscale: #676767. Windows color (decimal): -2025771 or 13965025. OLE color: 13965025.

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

Color convert

RGB 225 22 213 -
CMYK 0 0.90 0.05 0.12
HSL 303.55º 0.82% 0.48% -
HSV(B) 303.55º 0.9% 0.88% -
XYZ 43.35 21.39 64.79 -
YUV 104.47 189.25 213.97 -
System Red Green Blue C M Y K H S L
Decimal 225 22 213 0 0.90 0.05 0.12 303.55 0.82 0.48
Hex E1 16 D5 0 5A 5 C 130 52 30
Octal 341 26 325 0 132 5 14 460 122 60
Binary 11100001 10110 11010101 0 1011010 101 1100 100110000 1010010 110000

Color Harmonies of #E116D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E116D5

Black with #E116D5

Text Example


Text Example

White with #E116D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E116D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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