Html Css Color HEX #E11FDF Deep Magenta

📋 copy color: '#E11FDF'

red 225 ◦ green 31 ◦ blue 223

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

Shades of Deep Magenta #E11FDF

Tints of Deep Magenta #E11FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 46.56%

R = 46.97%
G = 6.47%
B = 46.56%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.01

 K value IS 0.12

RGB Variations

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

Color information

#E11FDF (or 0xE11FDF) is known color: Deep Magenta. HEX triplet: E1, 1F and DF. RGB value is (225,31,223). Sum of RGB (Red+Green+Blue) = 225+31+223=479 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.97% from 479); Green value is 31 (12.5% from 255 or 6.47% from 479); Blue value is 223 (87.5% from 255 or 46.56% from 479); Max value from RGB is 225 - color contains mainly: red. Hex color #E11FDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E11FDF is #1EE020. Grayscale: #6E6E6E. Windows color (decimal): -2023457 or 14622689. OLE color: 14622689.

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

Color convert

RGB 225 31 223 -
CMYK 0 0.86 0.01 0.12
HSL 300.62º 0.76% 0.5% -
HSV(B) 300.62º 0.86% 0.88% -
XYZ 44.86 22.32 71.75 -
YUV 110.89 191.27 209.39 -
System Red Green Blue C M Y K H S L
Decimal 225 31 223 0 0.86 0.01 0.12 300.62 0.76 0.5
Hex E1 1F DF 0 56 1 C 12D 4C 32
Octal 341 37 337 0 126 1 14 455 114 62
Binary 11100001 11111 11011111 0 1010110 1 1100 100101101 1001100 110010

Color Harmonies of #E11FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11FDF

Black with #E11FDF

Text Example


Text Example

White with #E11FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11FDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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