Html Css Color HEX #E015DA Deep Magenta

📋 copy color: '#E015DA'

red 224 ◦ green 21 ◦ blue 218

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

Shades of Deep Magenta #E015DA

Tints of Deep Magenta #E015DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 47.08%

R = 48.38%
G = 4.54%
B = 47.08%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.03

 K value IS 0.12

RGB Variations

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

Color information

#E015DA (or 0xE015DA) is known color: Deep Magenta. HEX triplet: E0, 15 and DA. RGB value is (224,21,218). Sum of RGB (Red+Green+Blue) = 224+21+218=463 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.38% from 463); Green value is 21 (8.59% from 255 or 4.54% from 463); Blue value is 218 (85.55% from 255 or 47.08% from 463); Max value from RGB is 224 - color contains mainly: red. Hex color #E015DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E015DA is #1FEA25. Grayscale: #676767. Windows color (decimal): -2091558 or 14292448. OLE color: 14292448.

HSL color Cylindrical-coordinate representation of color #E015DA: hue angle of 301.77º 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 #E015DA is Cyan = 0, Magento = 0.91, Yellow = 0.03 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 21 218 -
CMYK 0 0.91 0.03 0.12
HSL 301.77º 0.83% 0.48% -
HSV(B) 301.77º 0.91% 0.88% -
XYZ 43.66 21.45 68.17 -
YUV 104.16 192.25 213.48 -
System Red Green Blue C M Y K H S L
Decimal 224 21 218 0 0.91 0.03 0.12 301.77 0.83 0.48
Hex E0 15 DA 0 5B 3 C 12E 53 30
Octal 340 25 332 0 133 3 14 456 123 60
Binary 11100000 10101 11011010 0 1011011 11 1100 100101110 1010011 110000

Color Harmonies of #E015DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E015DA

Black with #E015DA

Text Example


Text Example

White with #E015DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E015DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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