Html Css Color HEX #E312DE Deep Magenta

📋 copy color: '#E312DE'

red 227 ◦ green 18 ◦ blue 222

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

Shades of Deep Magenta #E312DE

Tints of Deep Magenta #E312DE

RGB

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

 GREEN value IS 18 (7.42% from 255) = 3.85%

 BLUE value IS 222 (87.11% from 255) = 47.54%

R = 48.61%
G = 3.85%
B = 47.54%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.02

 K value IS 0.11

RGB Variations

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

Color information

#E312DE (or 0xE312DE) is known color: Deep Magenta. HEX triplet: E3, 12 and DE. RGB value is (227,18,222). Sum of RGB (Red+Green+Blue) = 227+18+222=467 (61% of max value = 765). Red value is 227 (89.06% from 255 or 48.61% from 467); Green value is 18 (7.42% from 255 or 3.85% from 467); Blue value is 222 (87.11% from 255 or 47.54% from 467); Max value from RGB is 227 - color contains mainly: red. Hex color #E312DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E312DE is #1CED21. Grayscale: #676767. Windows color (decimal): -1895714 or 14553827. OLE color: 14553827.

HSL color Cylindrical-coordinate representation of color #E312DE: hue angle of 301.44º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E312DE is Cyan = 0, Magento = 0.92, Yellow = 0.02 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 18 222 -
CMYK 0 0.92 0.02 0.11
HSL 301.44º 0.85% 0.48% -
HSV(B) 301.44º 0.92% 0.89% -
XYZ 45.08 22.04 70.98 -
YUV 103.75 194.74 215.91 -
System Red Green Blue C M Y K H S L
Decimal 227 18 222 0 0.92 0.02 0.11 301.44 0.85 0.48
Hex E3 12 DE 0 5C 2 B 12D 55 30
Octal 343 22 336 0 134 2 13 455 125 60
Binary 11100011 10010 11011110 0 1011100 10 1011 100101101 1010101 110000

Color Harmonies of #E312DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E312DE

Black with #E312DE

Text Example


Text Example

White with #E312DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E312DE; }

 p { color: rgb(227,18,222); }

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

background-color css

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

 a { background-color: rgb(227,18,222); }

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

border-color css

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

 span { border-color: rgb(227,18,222); }

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