Html Css Color HEX #E216D0 Deep Magenta

📋 copy color: '#E216D0'

red 226 ◦ green 22 ◦ blue 208

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

Shades of Deep Magenta #E216D0

Tints of Deep Magenta #E216D0

RGB

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

 GREEN value IS 22 (8.98% from 255) = 4.82%

 BLUE value IS 208 (81.64% from 255) = 45.61%

R = 49.56%
G = 4.82%
B = 45.61%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.08

 K value IS 0.11

RGB Variations

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

Color information

#E216D0 (or 0xE216D0) is known color: Deep Magenta. HEX triplet: E2, 16 and D0. RGB value is (226,22,208). Sum of RGB (Red+Green+Blue) = 226+22+208=456 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.56% from 456); Green value is 22 (8.98% from 255 or 4.82% from 456); Blue value is 208 (81.64% from 255 or 45.61% from 456); Max value from RGB is 226 - color contains mainly: red. Hex color #E216D0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E216D0 is #1DE92F. Grayscale: #676767. Windows color (decimal): -1960240 or 13637346. OLE color: 13637346.

HSL color Cylindrical-coordinate representation of color #E216D0: hue angle of 305.29º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E216D0 is Cyan = 0, Magento = 0.90, Yellow = 0.08 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 22 208 -
CMYK 0 0.90 0.08 0.11
HSL 305.29º 0.82% 0.49% -
HSV(B) 305.29º 0.9% 0.89% -
XYZ 43.04 21.3 61.52 -
YUV 104.2 186.59 214.88 -
System Red Green Blue C M Y K H S L
Decimal 226 22 208 0 0.90 0.08 0.11 305.29 0.82 0.49
Hex E2 16 D0 0 5A 8 B 131 52 31
Octal 342 26 320 0 132 10 13 461 122 61
Binary 11100010 10110 11010000 0 1011010 1000 1011 100110001 1010010 110001

Color Harmonies of #E216D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E216D0

Black with #E216D0

Text Example


Text Example

White with #E216D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E216D0; }

 p { color: rgb(226,22,208); }

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

background-color css

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

 a { background-color: rgb(226,22,208); }

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

border-color css

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

 span { border-color: rgb(226,22,208); }

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