Html Css Color HEX #E312E0 Deep Magenta

📋 copy color: '#E312E0'

red 227 ◦ green 18 ◦ blue 224

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

Shades of Deep Magenta #E312E0

Tints of Deep Magenta #E312E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 47.76%

R = 48.4%
G = 3.84%
B = 47.76%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.01

 K value IS 0.11

RGB Variations

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

Color information

#E312E0 (or 0xE312E0) is known color: Deep Magenta. HEX triplet: E3, 12 and E0. RGB value is (227,18,224). Sum of RGB (Red+Green+Blue) = 227+18+224=469 (62% of max value = 765). Red value is 227 (89.06% from 255 or 48.40% from 469); Green value is 18 (7.42% from 255 or 3.84% from 469); Blue value is 224 (87.89% from 255 or 47.76% from 469); Max value from RGB is 227 - color contains mainly: red. Hex color #E312E0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E312E0 is #1CED1F. Grayscale: #676767. Windows color (decimal): -1895712 or 14684899. OLE color: 14684899.

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

Color convert

RGB 227 18 224 -
CMYK 0 0.92 0.01 0.11
HSL 300.86º 0.85% 0.48% -
HSV(B) 300.86º 0.92% 0.89% -
XYZ 45.35 22.15 72.41 -
YUV 103.98 195.74 215.75 -
System Red Green Blue C M Y K H S L
Decimal 227 18 224 0 0.92 0.01 0.11 300.86 0.85 0.48
Hex E3 12 E0 0 5C 1 B 12D 55 30
Octal 343 22 340 0 134 1 13 455 125 60
Binary 11100011 10010 11100000 0 1011100 1 1011 100101101 1010101 110000

Color Harmonies of #E312E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E312E0

Black with #E312E0

Text Example


Text Example

White with #E312E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E312E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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