Html Css Color HEX #E00AC4 Deep Magenta

📋 copy color: '#E00AC4'

red 224 ◦ green 10 ◦ blue 196

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

Shades of Deep Magenta #E00AC4

Tints of Deep Magenta #E00AC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 45.58%

R = 52.09%
G = 2.33%
B = 45.58%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.12

 K value IS 0.12

RGB Variations

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

Color information

#E00AC4 (or 0xE00AC4) is known color: Deep Magenta. HEX triplet: E0, 0A and C4. RGB value is (224,10,196). Sum of RGB (Red+Green+Blue) = 224+10+196=430 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.09% from 430); Green value is 10 (4.30% from 255 or 2.33% from 430); Blue value is 196 (76.95% from 255 or 45.58% from 430); Max value from RGB is 224 - color contains mainly: red. Hex color #E00AC4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E00AC4 is #1FF53B. Grayscale: #5E5E5E. Windows color (decimal): -2094396 or 12847840. OLE color: 12847840.

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

Color convert

RGB 224 10 196 -
CMYK 0 0.96 0.12 0.12
HSL 307.85º 0.91% 0.46% -
HSV(B) 307.85º 0.96% 0.88% -
XYZ 40.81 20.05 53.94 -
YUV 95.19 184.9 219.88 -
System Red Green Blue C M Y K H S L
Decimal 224 10 196 0 0.96 0.12 0.12 307.85 0.91 0.46
Hex E0 A C4 0 60 C C 134 5B 2E
Octal 340 12 304 0 140 14 14 464 133 56
Binary 11100000 1010 11000100 0 1100000 1100 1100 100110100 1011011 101110

Color Harmonies of #E00AC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00AC4

Black with #E00AC4

Text Example


Text Example

White with #E00AC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00AC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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