Html Css Color HEX #E415DF Deep Magenta

📋 copy color: '#E415DF'

red 228 ◦ green 21 ◦ blue 223

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

Shades of Deep Magenta #E415DF

Tints of Deep Magenta #E415DF

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.45%

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

R = 48.31%
G = 4.45%
B = 47.25%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.02

 K value IS 0.11

RGB Variations

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

Color information

#E415DF (or 0xE415DF) is known color: Deep Magenta. HEX triplet: E4, 15 and DF. RGB value is (228,21,223). Sum of RGB (Red+Green+Blue) = 228+21+223=472 (62% of max value = 765). Red value is 228 (89.45% from 255 or 48.31% from 472); Green value is 21 (8.59% from 255 or 4.45% from 472); Blue value is 223 (87.5% from 255 or 47.25% from 472); Max value from RGB is 228 - color contains mainly: red. Hex color #E415DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E415DF is #1BEA20. Grayscale: #696969. Windows color (decimal): -1829409 or 14620132. OLE color: 14620132.

HSL color Cylindrical-coordinate representation of color #E415DF: hue angle of 301.45º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E415DF is Cyan = 0, Magento = 0.91, Yellow = 0.02 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 21 223 -
CMYK 0 0.91 0.02 0.11
HSL 301.45º 0.83% 0.49% -
HSV(B) 301.45º 0.91% 0.89% -
XYZ 45.58 22.36 71.73 -
YUV 105.92 194.08 215.07 -
System Red Green Blue C M Y K H S L
Decimal 228 21 223 0 0.91 0.02 0.11 301.45 0.83 0.49
Hex E4 15 DF 0 5B 2 B 12D 53 31
Octal 344 25 337 0 133 2 13 455 123 61
Binary 11100100 10101 11011111 0 1011011 10 1011 100101101 1010011 110001

Color Harmonies of #E415DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E415DF

Black with #E415DF

Text Example


Text Example

White with #E415DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E415DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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