Html Css Color HEX #E11FD8 Deep Magenta

📋 copy color: '#E11FD8'

red 225 ◦ green 31 ◦ blue 216

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

Shades of Deep Magenta #E11FD8

Tints of Deep Magenta #E11FD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 45.76%

R = 47.67%
G = 6.57%
B = 45.76%

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

#E11FD8 (or 0xE11FD8) is known color: Deep Magenta. HEX triplet: E1, 1F and D8. RGB value is (225,31,216). Sum of RGB (Red+Green+Blue) = 225+31+216=472 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.67% from 472); Green value is 31 (12.5% from 255 or 6.57% from 472); Blue value is 216 (84.77% from 255 or 45.76% from 472); Max value from RGB is 225 - color contains mainly: red. Hex color #E11FD8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E11FD8 is #1EE027. Grayscale: #6D6D6D. Windows color (decimal): -2023464 or 14163937. OLE color: 14163937.

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

Color convert

RGB 225 31 216 -
CMYK 0 0.86 0.04 0.12
HSL 302.78º 0.76% 0.5% -
HSV(B) 302.78º 0.86% 0.88% -
XYZ 43.94 21.95 66.89 -
YUV 110.1 187.77 209.96 -
System Red Green Blue C M Y K H S L
Decimal 225 31 216 0 0.86 0.04 0.12 302.78 0.76 0.5
Hex E1 1F D8 0 56 4 C 12F 4C 32
Octal 341 37 330 0 126 4 14 457 114 62
Binary 11100001 11111 11011000 0 1010110 100 1100 100101111 1001100 110010

Color Harmonies of #E11FD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11FD8

Black with #E11FD8

Text Example


Text Example

White with #E11FD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11FD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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