Html Css Color HEX #E01ACC Deep Magenta

📋 copy color: '#E01ACC'

red 224 ◦ green 26 ◦ blue 204

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

Shades of Deep Magenta #E01ACC

Tints of Deep Magenta #E01ACC

RGB

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

 GREEN value IS 26 (10.55% from 255) = 5.73%

 BLUE value IS 204 (80.08% from 255) = 44.93%

R = 49.34%
G = 5.73%
B = 44.93%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.09

 K value IS 0.12

RGB Variations

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

Color information

#E01ACC (or 0xE01ACC) is known color: Deep Magenta. HEX triplet: E0, 1A and CC. RGB value is (224,26,204). Sum of RGB (Red+Green+Blue) = 224+26+204=454 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.34% from 454); Green value is 26 (10.55% from 255 or 5.73% from 454); Blue value is 204 (80.08% from 255 or 44.93% from 454); Max value from RGB is 224 - color contains mainly: red. Hex color #E01ACC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E01ACC is #1FE533. Grayscale: #686868. Windows color (decimal): -2090292 or 13376224. OLE color: 13376224.

HSL color Cylindrical-coordinate representation of color #E01ACC: hue angle of 306.06º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E01ACC is Cyan = 0, Magento = 0.88, Yellow = 0.09 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 26 204 -
CMYK 0 0.88 0.09 0.12
HSL 306.06º 0.79% 0.49% -
HSV(B) 306.06º 0.88% 0.88% -
XYZ 42.01 20.95 58.96 -
YUV 105.49 183.6 212.53 -
System Red Green Blue C M Y K H S L
Decimal 224 26 204 0 0.88 0.09 0.12 306.06 0.79 0.49
Hex E0 1A CC 0 58 9 C 132 4F 31
Octal 340 32 314 0 130 11 14 462 117 61
Binary 11100000 11010 11001100 0 1011000 1001 1100 100110010 1001111 110001

Color Harmonies of #E01ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01ACC

Black with #E01ACC

Text Example


Text Example

White with #E01ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01ACC; }

 p { color: rgb(224,26,204); }

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

background-color css

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

 a { background-color: rgb(224,26,204); }

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

border-color css

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

 span { border-color: rgb(224,26,204); }

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