Html Css Color HEX #E311CE Deep Magenta

📋 copy color: '#E311CE'

red 227 ◦ green 17 ◦ blue 206

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

Shades of Deep Magenta #E311CE

Tints of Deep Magenta #E311CE

RGB

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

 GREEN value IS 17 (7.03% from 255) = 3.78%

 BLUE value IS 206 (80.86% from 255) = 45.78%

R = 50.44%
G = 3.78%
B = 45.78%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.09

 K value IS 0.11

RGB Variations

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

Color information

#E311CE (or 0xE311CE) is known color: Deep Magenta. HEX triplet: E3, 11 and CE. RGB value is (227,17,206). Sum of RGB (Red+Green+Blue) = 227+17+206=450 (59% of max value = 765). Red value is 227 (89.06% from 255 or 50.44% from 450); Green value is 17 (7.03% from 255 or 3.78% from 450); Blue value is 206 (80.86% from 255 or 45.78% from 450); Max value from RGB is 227 - color contains mainly: red. Hex color #E311CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E311CE is #1CEE31. Grayscale: #646464. Windows color (decimal): -1895986 or 13504995. OLE color: 13504995.

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

Color convert

RGB 227 17 206 -
CMYK 0 0.93 0.09 0.11
HSL 306º 0.86% 0.48% -
HSV(B) 306º 0.93% 0.89% -
XYZ 43.02 21.19 60.21 -
YUV 101.34 187.07 217.63 -
System Red Green Blue C M Y K H S L
Decimal 227 17 206 0 0.93 0.09 0.11 306 0.86 0.48
Hex E3 11 CE 0 5D 9 B 132 56 30
Octal 343 21 316 0 135 11 13 462 126 60
Binary 11100011 10001 11001110 0 1011101 1001 1011 100110010 1010110 110000

Color Harmonies of #E311CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E311CE

Black with #E311CE

Text Example


Text Example

White with #E311CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E311CE; }

 p { color: rgb(227,17,206); }

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

background-color css

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

 a { background-color: rgb(227,17,206); }

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

border-color css

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

 span { border-color: rgb(227,17,206); }

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