Html Css Color HEX #E416D7 Deep Magenta

📋 copy color: '#E416D7'

red 228 ◦ green 22 ◦ blue 215

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

Shades of Deep Magenta #E416D7

Tints of Deep Magenta #E416D7

RGB

 RED value IS 228 (89.45% from 255) = 49.03%

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

 BLUE value IS 215 (84.38% from 255) = 46.24%

R = 49.03%
G = 4.73%
B = 46.24%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.06

 K value IS 0.11

RGB Variations

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

Color information

#E416D7 (or 0xE416D7) is known color: Deep Magenta. HEX triplet: E4, 16 and D7. RGB value is (228,22,215). Sum of RGB (Red+Green+Blue) = 228+22+215=465 (61% of max value = 765). Red value is 228 (89.45% from 255 or 49.03% from 465); Green value is 22 (8.98% from 255 or 4.73% from 465); Blue value is 215 (84.38% from 255 or 46.24% from 465); Max value from RGB is 228 - color contains mainly: red. Hex color #E416D7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E416D7 is #1BE928. Grayscale: #696969. Windows color (decimal): -1829161 or 14096100. OLE color: 14096100.

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

Color convert

RGB 228 22 215 -
CMYK 0 0.90 0.06 0.11
HSL 303.79º 0.82% 0.49% -
HSV(B) 303.79º 0.9% 0.89% -
XYZ 44.55 21.97 66.18 -
YUV 105.6 189.75 215.31 -
System Red Green Blue C M Y K H S L
Decimal 228 22 215 0 0.90 0.06 0.11 303.79 0.82 0.49
Hex E4 16 D7 0 5A 6 B 130 52 31
Octal 344 26 327 0 132 6 13 460 122 61
Binary 11100100 10110 11010111 0 1011010 110 1011 100110000 1010010 110001

Color Harmonies of #E416D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E416D7

Black with #E416D7

Text Example


Text Example

White with #E416D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E416D7; }

 p { color: rgb(228,22,215); }

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

background-color css

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

 a { background-color: rgb(228,22,215); }

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

border-color css

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

 span { border-color: rgb(228,22,215); }

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