Html Css Color HEX #E211CD Deep Magenta

📋 copy color: '#E211CD'

red 226 ◦ green 17 ◦ blue 205

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

Shades of Deep Magenta #E211CD

Tints of Deep Magenta #E211CD

RGB

 RED value IS 226 (88.67% from 255) = 50.45%

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

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

R = 50.45%
G = 3.79%
B = 45.76%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.09

 K value IS 0.11

RGB Variations

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

Color information

#E211CD (or 0xE211CD) is known color: Deep Magenta. HEX triplet: E2, 11 and CD. RGB value is (226,17,205). Sum of RGB (Red+Green+Blue) = 226+17+205=448 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.45% from 448); Green value is 17 (7.03% from 255 or 3.79% from 448); Blue value is 205 (80.47% from 255 or 45.76% from 448); Max value from RGB is 226 - color contains mainly: red. Hex color #E211CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E211CD is #1DEE32. Grayscale: #646464. Windows color (decimal): -1961523 or 13439458. OLE color: 13439458.

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

Color convert

RGB 226 17 205 -
CMYK 0 0.92 0.09 0.11
HSL 306.03º 0.86% 0.48% -
HSV(B) 306.03º 0.92% 0.89% -
XYZ 42.58 20.98 59.56 -
YUV 100.92 186.74 217.21 -
System Red Green Blue C M Y K H S L
Decimal 226 17 205 0 0.92 0.09 0.11 306.03 0.86 0.48
Hex E2 11 CD 0 5C 9 B 132 56 30
Octal 342 21 315 0 134 11 13 462 126 60
Binary 11100010 10001 11001101 0 1011100 1001 1011 100110010 1010110 110000

Color Harmonies of #E211CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E211CD

Black with #E211CD

Text Example


Text Example

White with #E211CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E211CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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