Html Css Color HEX #E312DF Deep Magenta

📋 copy color: '#E312DF'

red 227 ◦ green 18 ◦ blue 223

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

Shades of Deep Magenta #E312DF

Tints of Deep Magenta #E312DF

RGB

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

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

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

R = 48.5%
G = 3.85%
B = 47.65%

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

#E312DF (or 0xE312DF) is known color: Deep Magenta. HEX triplet: E3, 12 and DF. RGB value is (227,18,223). Sum of RGB (Red+Green+Blue) = 227+18+223=468 (61% of max value = 765). Red value is 227 (89.06% from 255 or 48.50% from 468); Green value is 18 (7.42% from 255 or 3.85% from 468); Blue value is 223 (87.5% from 255 or 47.65% from 468); Max value from RGB is 227 - color contains mainly: red. Hex color #E312DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E312DF is #1CED20. Grayscale: #676767. Windows color (decimal): -1895713 or 14619363. OLE color: 14619363.

HSL color Cylindrical-coordinate representation of color #E312DF: hue angle of 301.15º 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 #E312DF is Cyan = 0, Magento = 0.92, Yellow = 0.02 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 18 223 -
CMYK 0 0.92 0.02 0.11
HSL 301.15º 0.85% 0.48% -
HSV(B) 301.15º 0.92% 0.89% -
XYZ 45.21 22.09 71.69 -
YUV 103.86 195.24 215.83 -
System Red Green Blue C M Y K H S L
Decimal 227 18 223 0 0.92 0.02 0.11 301.15 0.85 0.48
Hex E3 12 DF 0 5C 2 B 12D 55 30
Octal 343 22 337 0 134 2 13 455 125 60
Binary 11100011 10010 11011111 0 1011100 10 1011 100101101 1010101 110000

Color Harmonies of #E312DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E312DF

Black with #E312DF

Text Example


Text Example

White with #E312DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E312DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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