Html Css Color HEX #E118D4 Deep Magenta

📋 copy color: '#E118D4'

red 225 ◦ green 24 ◦ blue 212

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

Shades of Deep Magenta #E118D4

Tints of Deep Magenta #E118D4

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.21%

 BLUE value IS 212 (83.2% from 255) = 45.99%

R = 48.81%
G = 5.21%
B = 45.99%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.06

 K value IS 0.12

RGB Variations

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

Color information

#E118D4 (or 0xE118D4) is known color: Deep Magenta. HEX triplet: E1, 18 and D4. RGB value is (225,24,212). Sum of RGB (Red+Green+Blue) = 225+24+212=461 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.81% from 461); Green value is 24 (9.77% from 255 or 5.21% from 461); Blue value is 212 (83.20% from 255 or 45.99% from 461); Max value from RGB is 225 - color contains mainly: red. Hex color #E118D4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E118D4 is #1EE72B. Grayscale: #686868. Windows color (decimal): -2025260 or 13900001. OLE color: 13900001.

HSL color Cylindrical-coordinate representation of color #E118D4: hue angle of 303.88º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E118D4 is Cyan = 0, Magento = 0.89, Yellow = 0.06 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 24 212 -
CMYK 0 0.89 0.06 0.12
HSL 303.88º 0.81% 0.49% -
HSV(B) 303.88º 0.89% 0.88% -
XYZ 43.26 21.41 64.14 -
YUV 105.53 188.09 213.21 -
System Red Green Blue C M Y K H S L
Decimal 225 24 212 0 0.89 0.06 0.12 303.88 0.81 0.49
Hex E1 18 D4 0 59 6 C 130 51 31
Octal 341 30 324 0 131 6 14 460 121 61
Binary 11100001 11000 11010100 0 1011001 110 1100 100110000 1010001 110001

Color Harmonies of #E118D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E118D4

Black with #E118D4

Text Example


Text Example

White with #E118D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E118D4; }

 p { color: rgb(225,24,212); }

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

background-color css

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

 a { background-color: rgb(225,24,212); }

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

border-color css

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

 span { border-color: rgb(225,24,212); }

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