Html Css Color HEX #E018DA Deep Magenta

📋 copy color: '#E018DA'

red 224 ◦ green 24 ◦ blue 218

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

Shades of Deep Magenta #E018DA

Tints of Deep Magenta #E018DA

RGB

 RED value IS 224 (87.89% from 255) = 48.07%

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

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

R = 48.07%
G = 5.15%
B = 46.78%

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

#E018DA (or 0xE018DA) is known color: Deep Magenta. HEX triplet: E0, 18 and DA. RGB value is (224,24,218). Sum of RGB (Red+Green+Blue) = 224+24+218=466 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.07% from 466); Green value is 24 (9.77% from 255 or 5.15% from 466); Blue value is 218 (85.55% from 255 or 46.78% from 466); Max value from RGB is 224 - color contains mainly: red. Hex color #E018DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E018DA is #1FE725. Grayscale: #696969. Windows color (decimal): -2090790 or 14293216. OLE color: 14293216.

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

Color convert

RGB 224 24 218 -
CMYK 0 0.89 0.03 0.12
HSL 301.8º 0.81% 0.49% -
HSV(B) 301.8º 0.89% 0.88% -
XYZ 43.72 21.56 68.19 -
YUV 105.92 191.26 212.23 -
System Red Green Blue C M Y K H S L
Decimal 224 24 218 0 0.89 0.03 0.12 301.8 0.81 0.49
Hex E0 18 DA 0 59 3 C 12E 51 31
Octal 340 30 332 0 131 3 14 456 121 61
Binary 11100000 11000 11011010 0 1011001 11 1100 100101110 1010001 110001

Color Harmonies of #E018DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E018DA

Black with #E018DA

Text Example


Text Example

White with #E018DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E018DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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