Html Css Color HEX #E11FD7 Deep Magenta

📋 copy color: '#E11FD7'

red 225 ◦ green 31 ◦ blue 215

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

Shades of Deep Magenta #E11FD7

Tints of Deep Magenta #E11FD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 45.65%

R = 47.77%
G = 6.58%
B = 45.65%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.04

 K value IS 0.12

RGB Variations

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

Color information

#E11FD7 (or 0xE11FD7) is known color: Deep Magenta. HEX triplet: E1, 1F and D7. RGB value is (225,31,215). Sum of RGB (Red+Green+Blue) = 225+31+215=471 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.77% from 471); Green value is 31 (12.5% from 255 or 6.58% from 471); Blue value is 215 (84.38% from 255 or 45.65% from 471); Max value from RGB is 225 - color contains mainly: red. Hex color #E11FD7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E11FD7 is #1EE028. Grayscale: #6D6D6D. Windows color (decimal): -2023465 or 14098401. OLE color: 14098401.

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

Color convert

RGB 225 31 215 -
CMYK 0 0.86 0.04 0.12
HSL 303.09º 0.76% 0.5% -
HSV(B) 303.09º 0.86% 0.88% -
XYZ 43.81 21.89 66.21 -
YUV 109.98 187.27 210.04 -
System Red Green Blue C M Y K H S L
Decimal 225 31 215 0 0.86 0.04 0.12 303.09 0.76 0.5
Hex E1 1F D7 0 56 4 C 12F 4C 32
Octal 341 37 327 0 126 4 14 457 114 62
Binary 11100001 11111 11010111 0 1010110 100 1100 100101111 1001100 110010

Color Harmonies of #E11FD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11FD7

Black with #E11FD7

Text Example


Text Example

White with #E11FD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11FD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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