Html Css Color HEX #E11FD6 Deep Magenta

📋 copy color: '#E11FD6'

red 225 ◦ green 31 ◦ blue 214

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

Shades of Deep Magenta #E11FD6

Tints of Deep Magenta #E11FD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 45.53%

R = 47.87%
G = 6.6%
B = 45.53%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.05

 K value IS 0.12

RGB Variations

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

Color information

#E11FD6 (or 0xE11FD6) is known color: Deep Magenta. HEX triplet: E1, 1F and D6. RGB value is (225,31,214). Sum of RGB (Red+Green+Blue) = 225+31+214=470 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.87% from 470); Green value is 31 (12.5% from 255 or 6.60% from 470); Blue value is 214 (83.98% from 255 or 45.53% from 470); Max value from RGB is 225 - color contains mainly: red. Hex color #E11FD6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E11FD6 is #1EE029. Grayscale: #6D6D6D. Windows color (decimal): -2023466 or 14032865. OLE color: 14032865.

HSL color Cylindrical-coordinate representation of color #E11FD6: hue angle of 303.4º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E11FD6 is Cyan = 0, Magento = 0.86, Yellow = 0.05 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 31 214 -
CMYK 0 0.86 0.05 0.12
HSL 303.4º 0.76% 0.5% -
HSV(B) 303.4º 0.86% 0.88% -
XYZ 43.68 21.84 65.53 -
YUV 109.87 186.77 210.12 -
System Red Green Blue C M Y K H S L
Decimal 225 31 214 0 0.86 0.05 0.12 303.4 0.76 0.5
Hex E1 1F D6 0 56 5 C 12F 4C 32
Octal 341 37 326 0 126 5 14 457 114 62
Binary 11100001 11111 11010110 0 1010110 101 1100 100101111 1001100 110010

Color Harmonies of #E11FD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11FD6

Black with #E11FD6

Text Example


Text Example

White with #E11FD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11FD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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