Html Css Color HEX #E118DA Deep Magenta

📋 copy color: '#E118DA'

red 225 ◦ green 24 ◦ blue 218

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

Shades of Deep Magenta #E118DA

Tints of Deep Magenta #E118DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 46.68%

R = 48.18%
G = 5.14%
B = 46.68%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.03

 K value IS 0.12

RGB Variations

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

Color information

#E118DA (or 0xE118DA) is known color: Deep Magenta. HEX triplet: E1, 18 and DA. RGB value is (225,24,218). Sum of RGB (Red+Green+Blue) = 225+24+218=467 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.18% from 467); Green value is 24 (9.77% from 255 or 5.14% from 467); Blue value is 218 (85.55% from 255 or 46.68% from 467); Max value from RGB is 225 - color contains mainly: red. Hex color #E118DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E118DA is #1EE725. Grayscale: #696969. Windows color (decimal): -2025254 or 14293217. OLE color: 14293217.

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

Color convert

RGB 225 24 218 -
CMYK 0 0.89 0.03 0.12
HSL 302.09º 0.81% 0.49% -
HSV(B) 302.09º 0.89% 0.88% -
XYZ 44.03 21.72 68.2 -
YUV 106.22 191.09 212.73 -
System Red Green Blue C M Y K H S L
Decimal 225 24 218 0 0.89 0.03 0.12 302.09 0.81 0.49
Hex E1 18 DA 0 59 3 C 12E 51 31
Octal 341 30 332 0 131 3 14 456 121 61
Binary 11100001 11000 11011010 0 1011001 11 1100 100101110 1010001 110001

Color Harmonies of #E118DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E118DA

Black with #E118DA

Text Example


Text Example

White with #E118DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E118DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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