Html Css Color HEX #E00AE1 Deep Magenta

📋 copy color: '#E00AE1'

red 224 ◦ green 10 ◦ blue 225

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

Shades of Deep Magenta #E00AE1

Tints of Deep Magenta #E00AE1

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.18%

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

R = 48.8%
G = 2.18%
B = 49.02%

CMYK

 C value IS 0.00

 M value IS 0.96

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#E00AE1 (or 0xE00AE1) is known color: Deep Magenta. HEX triplet: E0, 0A and E1. RGB value is (224,10,225). Sum of RGB (Red+Green+Blue) = 224+10+225=459 (60% of max value = 765). Red value is 224 (87.89% from 255 or 48.80% from 459); Green value is 10 (4.30% from 255 or 2.18% from 459); Blue value is 225 (88.28% from 255 or 49.02% from 459); Max value from RGB is 225 - color contains mainly: blue. Hex color #E00AE1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E00AE1 is #1FF51E. Grayscale: #616161. Windows color (decimal): -2094367 or 14748384. OLE color: 14748384.

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

Color convert

RGB 224 10 225 -
CMYK 0.00 0.96 0 0.12
HSL 299.72º 0.91% 0.46% -
HSV(B) 299.72º 0.96% 0.88% -
XYZ 44.44 21.5 73.04 -
YUV 98.5 199.4 217.52 -
System Red Green Blue C M Y K H S L
Decimal 224 10 225 0.00 0.96 0 0.12 299.72 0.91 0.46
Hex E0 A E1 0 60 0 C 12C 5B 2E
Octal 340 12 341 0 140 0 14 454 133 56
Binary 11100000 1010 11100001 0 1100000 0 1100 100101100 1011011 101110

Color Harmonies of #E00AE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00AE1

Black with #E00AE1

Text Example


Text Example

White with #E00AE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00AE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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