Html Css Color HEX #E11ACE Deep Magenta

📋 copy color: '#E11ACE'

red 225 ◦ green 26 ◦ blue 206

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

Shades of Deep Magenta #E11ACE

Tints of Deep Magenta #E11ACE

RGB

 RED value IS 225 (88.28% from 255) = 49.23%

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

 BLUE value IS 206 (80.86% from 255) = 45.08%

R = 49.23%
G = 5.69%
B = 45.08%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#E11ACE (or 0xE11ACE) is known color: Deep Magenta. HEX triplet: E1, 1A and CE. RGB value is (225,26,206). Sum of RGB (Red+Green+Blue) = 225+26+206=457 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.23% from 457); Green value is 26 (10.55% from 255 or 5.69% from 457); Blue value is 206 (80.86% from 255 or 45.08% from 457); Max value from RGB is 225 - color contains mainly: red. Hex color #E11ACE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E11ACE is #1EE531. Grayscale: #696969. Windows color (decimal): -2024754 or 13507297. OLE color: 13507297.

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

Color convert

RGB 225 26 206 -
CMYK 0 0.88 0.08 0.12
HSL 305.73º 0.79% 0.49% -
HSV(B) 305.73º 0.88% 0.88% -
XYZ 42.56 21.2 60.24 -
YUV 106.02 184.43 212.86 -
System Red Green Blue C M Y K H S L
Decimal 225 26 206 0 0.88 0.08 0.12 305.73 0.79 0.49
Hex E1 1A CE 0 58 8 C 132 4F 31
Octal 341 32 316 0 130 10 14 462 117 61
Binary 11100001 11010 11001110 0 1011000 1000 1100 100110010 1001111 110001

Color Harmonies of #E11ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11ACE

Black with #E11ACE

Text Example


Text Example

White with #E11ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11ACE; }

 p { color: rgb(225,26,206); }

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

background-color css

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

 a { background-color: rgb(225,26,206); }

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

border-color css

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

 span { border-color: rgb(225,26,206); }

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