Html Css Color HEX #E11FD3 Deep Magenta

📋 copy color: '#E11FD3'

red 225 ◦ green 31 ◦ blue 211

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

Shades of Deep Magenta #E11FD3

Tints of Deep Magenta #E11FD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 45.18%

R = 48.18%
G = 6.64%
B = 45.18%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.06

 K value IS 0.12

RGB Variations

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

Color information

#E11FD3 (or 0xE11FD3) is known color: Deep Magenta. HEX triplet: E1, 1F and D3. RGB value is (225,31,211). Sum of RGB (Red+Green+Blue) = 225+31+211=467 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.18% from 467); Green value is 31 (12.5% from 255 or 6.64% from 467); Blue value is 211 (82.81% from 255 or 45.18% from 467); Max value from RGB is 225 - color contains mainly: red. Hex color #E11FD3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E11FD3 is #1EE02C. Grayscale: #6D6D6D. Windows color (decimal): -2023469 or 13836257. OLE color: 13836257.

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

Color convert

RGB 225 31 211 -
CMYK 0 0.86 0.06 0.12
HSL 304.33º 0.76% 0.5% -
HSV(B) 304.33º 0.86% 0.88% -
XYZ 43.3 21.69 63.53 -
YUV 109.53 185.27 210.36 -
System Red Green Blue C M Y K H S L
Decimal 225 31 211 0 0.86 0.06 0.12 304.33 0.76 0.5
Hex E1 1F D3 0 56 6 C 130 4C 32
Octal 341 37 323 0 126 6 14 460 114 62
Binary 11100001 11111 11010011 0 1010110 110 1100 100110000 1001100 110010

Color Harmonies of #E11FD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11FD3

Black with #E11FD3

Text Example


Text Example

White with #E11FD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11FD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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