Html Css Color HEX #E015DF Deep Magenta

📋 copy color: '#E015DF'

red 224 ◦ green 21 ◦ blue 223

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

Shades of Deep Magenta #E015DF

Tints of Deep Magenta #E015DF

RGB

 RED value IS 224 (87.89% from 255) = 47.86%

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

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

R = 47.86%
G = 4.49%
B = 47.65%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.00

 K value IS 0.12

RGB Variations

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

Color information

#E015DF (or 0xE015DF) is known color: Deep Magenta. HEX triplet: E0, 15 and DF. RGB value is (224,21,223). Sum of RGB (Red+Green+Blue) = 224+21+223=468 (61% of max value = 765). Red value is 224 (87.89% from 255 or 47.86% from 468); Green value is 21 (8.59% from 255 or 4.49% from 468); Blue value is 223 (87.5% from 255 or 47.65% from 468); Max value from RGB is 224 - color contains mainly: red. Hex color #E015DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E015DF is #1FEA20. Grayscale: #686868. Windows color (decimal): -2091553 or 14620128. OLE color: 14620128.

HSL color Cylindrical-coordinate representation of color #E015DF: hue angle of 300.3º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E015DF is Cyan = 0, Magento = 0.91, Yellow = 0.00 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 21 223 -
CMYK 0 0.91 0.00 0.12
HSL 300.3º 0.83% 0.48% -
HSV(B) 300.3º 0.91% 0.88% -
XYZ 44.33 21.71 71.67 -
YUV 104.73 194.75 213.07 -
System Red Green Blue C M Y K H S L
Decimal 224 21 223 0 0.91 0.00 0.12 300.3 0.83 0.48
Hex E0 15 DF 0 5B 0 C 12C 53 30
Octal 340 25 337 0 133 0 14 454 123 60
Binary 11100000 10101 11011111 0 1011011 0 1100 100101100 1010011 110000

Color Harmonies of #E015DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E015DF

Black with #E015DF

Text Example


Text Example

White with #E015DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E015DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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