Html Css Color HEX #E114D9 Deep Magenta

📋 copy color: '#E114D9'

red 225 ◦ green 20 ◦ blue 217

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

Shades of Deep Magenta #E114D9

Tints of Deep Magenta #E114D9

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.33%

 BLUE value IS 217 (85.16% from 255) = 46.97%

R = 48.7%
G = 4.33%
B = 46.97%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.04

 K value IS 0.12

RGB Variations

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

Color information

#E114D9 (or 0xE114D9) is known color: Deep Magenta. HEX triplet: E1, 14 and D9. RGB value is (225,20,217). Sum of RGB (Red+Green+Blue) = 225+20+217=462 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.70% from 462); Green value is 20 (8.20% from 255 or 4.33% from 462); Blue value is 217 (85.16% from 255 or 46.97% from 462); Max value from RGB is 225 - color contains mainly: red. Hex color #E114D9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E114D9 is #1EEB26. Grayscale: #676767. Windows color (decimal): -2026279 or 14226657. OLE color: 14226657.

HSL color Cylindrical-coordinate representation of color #E114D9: hue angle of 302.34º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E114D9 is Cyan = 0, Magento = 0.91, Yellow = 0.04 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 20 217 -
CMYK 0 0.91 0.04 0.12
HSL 302.34º 0.84% 0.48% -
HSV(B) 302.34º 0.91% 0.88% -
XYZ 43.83 21.52 67.49 -
YUV 103.75 191.92 214.48 -
System Red Green Blue C M Y K H S L
Decimal 225 20 217 0 0.91 0.04 0.12 302.34 0.84 0.48
Hex E1 14 D9 0 5B 4 C 12E 54 30
Octal 341 24 331 0 133 4 14 456 124 60
Binary 11100001 10100 11011001 0 1011011 100 1100 100101110 1010100 110000

Color Harmonies of #E114D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E114D9

Black with #E114D9

Text Example


Text Example

White with #E114D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E114D9; }

 p { color: rgb(225,20,217); }

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

background-color css

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

 a { background-color: rgb(225,20,217); }

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

border-color css

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

 span { border-color: rgb(225,20,217); }

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