Html Css Color HEX #E416DF Deep Magenta

📋 copy color: '#E416DF'

red 228 ◦ green 22 ◦ blue 223

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

Shades of Deep Magenta #E416DF

Tints of Deep Magenta #E416DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 47.15%

R = 48.2%
G = 4.65%
B = 47.15%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.02

 K value IS 0.11

RGB Variations

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

Color information

#E416DF (or 0xE416DF) is known color: Deep Magenta. HEX triplet: E4, 16 and DF. RGB value is (228,22,223). Sum of RGB (Red+Green+Blue) = 228+22+223=473 (62% of max value = 765). Red value is 228 (89.45% from 255 or 48.20% from 473); Green value is 22 (8.98% from 255 or 4.65% from 473); Blue value is 223 (87.5% from 255 or 47.15% from 473); Max value from RGB is 228 - color contains mainly: red. Hex color #E416DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E416DF is #1BE920. Grayscale: #696969. Windows color (decimal): -1829153 or 14620388. OLE color: 14620388.

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

Color convert

RGB 228 22 223 -
CMYK 0 0.90 0.02 0.11
HSL 301.46º 0.82% 0.49% -
HSV(B) 301.46º 0.9% 0.89% -
XYZ 45.6 22.4 71.73 -
YUV 106.51 193.75 214.66 -
System Red Green Blue C M Y K H S L
Decimal 228 22 223 0 0.90 0.02 0.11 301.46 0.82 0.49
Hex E4 16 DF 0 5A 2 B 12D 52 31
Octal 344 26 337 0 132 2 13 455 122 61
Binary 11100100 10110 11011111 0 1011010 10 1011 100101101 1010010 110001

Color Harmonies of #E416DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E416DF

Black with #E416DF

Text Example


Text Example

White with #E416DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E416DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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