Html Css Color HEX #E11FE2 Deep Magenta

📋 copy color: '#E11FE2'

red 225 ◦ green 31 ◦ blue 226

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

Shades of Deep Magenta #E11FE2

Tints of Deep Magenta #E11FE2

RGB

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

 GREEN value IS 31 (12.5% from 255) = 6.43%

 BLUE value IS 226 (88.67% from 255) = 46.89%

R = 46.68%
G = 6.43%
B = 46.89%

CMYK

 C value IS 0.00

 M value IS 0.86

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#E11FE2 (or 0xE11FE2) is known color: Deep Magenta. HEX triplet: E1, 1F and E2. RGB value is (225,31,226). Sum of RGB (Red+Green+Blue) = 225+31+226=482 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.68% from 482); Green value is 31 (12.5% from 255 or 6.43% from 482); Blue value is 226 (88.67% from 255 or 46.89% from 482); Max value from RGB is 226 - color contains mainly: blue. Hex color #E11FE2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E11FE2 is #1EE01D. Grayscale: #6E6E6E. Windows color (decimal): -2023454 or 14819297. OLE color: 14819297.

HSL color Cylindrical-coordinate representation of color #E11FE2: hue angle of 299.69º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E11FE2 is Cyan = 0.00, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 225 31 226 -
CMYK 0.00 0.86 0 0.11
HSL 299.69º 0.77% 0.5% -
HSV(B) 299.69º 0.86% 0.89% -
XYZ 45.27 22.48 73.9 -
YUV 111.24 192.77 209.14 -
System Red Green Blue C M Y K H S L
Decimal 225 31 226 0.00 0.86 0 0.11 299.69 0.77 0.5
Hex E1 1F E2 0 56 0 B 12C 4D 32
Octal 341 37 342 0 126 0 13 454 115 62
Binary 11100001 11111 11100010 0 1010110 0 1011 100101100 1001101 110010

Color Harmonies of #E11FE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11FE2

Black with #E11FE2

Text Example


Text Example

White with #E11FE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11FE2; }

 p { color: rgb(225,31,226); }

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

background-color css

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

 a { background-color: rgb(225,31,226); }

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

border-color css

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

 span { border-color: rgb(225,31,226); }

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