Html Css Color HEX #E018E1 Deep Magenta

📋 copy color: '#E018E1'

red 224 ◦ green 24 ◦ blue 225

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

Shades of Deep Magenta #E018E1

Tints of Deep Magenta #E018E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 47.57%

R = 47.36%
G = 5.07%
B = 47.57%

CMYK

 C value IS 0.00

 M value IS 0.89

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#E018E1 (or 0xE018E1) is known color: Deep Magenta. HEX triplet: E0, 18 and E1. RGB value is (224,24,225). Sum of RGB (Red+Green+Blue) = 224+24+225=473 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.36% from 473); Green value is 24 (9.77% from 255 or 5.07% from 473); Blue value is 225 (88.28% from 255 or 47.57% from 473); Max value from RGB is 225 - color contains mainly: blue. Hex color #E018E1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E018E1 is #1FE71E. Grayscale: #6A6A6A. Windows color (decimal): -2090783 or 14751968. OLE color: 14751968.

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

Color convert

RGB 224 24 225 -
CMYK 0.00 0.89 0 0.12
HSL 299.7º 0.81% 0.49% -
HSV(B) 299.7º 0.89% 0.88% -
XYZ 44.66 21.94 73.11 -
YUV 106.71 194.76 211.66 -
System Red Green Blue C M Y K H S L
Decimal 224 24 225 0.00 0.89 0 0.12 299.7 0.81 0.49
Hex E0 18 E1 0 59 0 C 12C 51 31
Octal 340 30 341 0 131 0 14 454 121 61
Binary 11100000 11000 11100001 0 1011001 0 1100 100101100 1010001 110001

Color Harmonies of #E018E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E018E1

Black with #E018E1

Text Example


Text Example

White with #E018E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E018E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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