Html Css Color HEX #E31DDC Deep Magenta

📋 copy color: '#E31DDC'

red 227 ◦ green 29 ◦ blue 220

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

Shades of Deep Magenta #E31DDC

Tints of Deep Magenta #E31DDC

RGB

 RED value IS 227 (89.06% from 255) = 47.69%

 GREEN value IS 29 (11.72% from 255) = 6.09%

 BLUE value IS 220 (86.33% from 255) = 46.22%

R = 47.69%
G = 6.09%
B = 46.22%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.03

 K value IS 0.11

RGB Variations

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

Color information

#E31DDC (or 0xE31DDC) is known color: Deep Magenta. HEX triplet: E3, 1D and DC. RGB value is (227,29,220). Sum of RGB (Red+Green+Blue) = 227+29+220=476 (63% of max value = 765). Red value is 227 (89.06% from 255 or 47.69% from 476); Green value is 29 (11.72% from 255 or 6.09% from 476); Blue value is 220 (86.33% from 255 or 46.22% from 476); Max value from RGB is 227 - color contains mainly: red. Hex color #E31DDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E31DDC is #1CE223. Grayscale: #6D6D6D. Windows color (decimal): -1892900 or 14425571. OLE color: 14425571.

HSL color Cylindrical-coordinate representation of color #E31DDC: hue angle of 302.12º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E31DDC is Cyan = 0, Magento = 0.87, Yellow = 0.03 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 29 220 -
CMYK 0 0.87 0.03 0.11
HSL 302.12º 0.78% 0.5% -
HSV(B) 302.12º 0.87% 0.89% -
XYZ 45.04 22.38 69.66 -
YUV 109.98 190.1 211.47 -
System Red Green Blue C M Y K H S L
Decimal 227 29 220 0 0.87 0.03 0.11 302.12 0.78 0.5
Hex E3 1D DC 0 57 3 B 12E 4E 32
Octal 343 35 334 0 127 3 13 456 116 62
Binary 11100011 11101 11011100 0 1010111 11 1011 100101110 1001110 110010

Color Harmonies of #E31DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E31DDC

Black with #E31DDC

Text Example


Text Example

White with #E31DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E31DDC; }

 p { color: rgb(227,29,220); }

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

background-color css

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

 a { background-color: rgb(227,29,220); }

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

border-color css

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

 span { border-color: rgb(227,29,220); }

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