Html Css Color HEX #E311CD Deep Magenta

📋 copy color: '#E311CD'

red 227 ◦ green 17 ◦ blue 205

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

Shades of Deep Magenta #E311CD

Tints of Deep Magenta #E311CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 45.66%

R = 50.56%
G = 3.79%
B = 45.66%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.10

 K value IS 0.11

RGB Variations

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

Color information

#E311CD (or 0xE311CD) is known color: Deep Magenta. HEX triplet: E3, 11 and CD. RGB value is (227,17,205). Sum of RGB (Red+Green+Blue) = 227+17+205=449 (59% of max value = 765). Red value is 227 (89.06% from 255 or 50.56% from 449); Green value is 17 (7.03% from 255 or 3.79% from 449); Blue value is 205 (80.47% from 255 or 45.66% from 449); Max value from RGB is 227 - color contains mainly: red. Hex color #E311CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E311CD is #1CEE32. Grayscale: #646464. Windows color (decimal): -1895987 or 13439459. OLE color: 13439459.

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

Color convert

RGB 227 17 205 -
CMYK 0 0.93 0.10 0.11
HSL 306.29º 0.86% 0.48% -
HSV(B) 306.29º 0.93% 0.89% -
XYZ 42.9 21.14 59.58 -
YUV 101.22 186.57 217.71 -
System Red Green Blue C M Y K H S L
Decimal 227 17 205 0 0.93 0.10 0.11 306.29 0.86 0.48
Hex E3 11 CD 0 5D A B 132 56 30
Octal 343 21 315 0 135 12 13 462 126 60
Binary 11100011 10001 11001101 0 1011101 1010 1011 100110010 1010110 110000

Color Harmonies of #E311CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E311CD

Black with #E311CD

Text Example


Text Example

White with #E311CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E311CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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