Html Css Color HEX #E01AD9 Deep Magenta

📋 copy color: '#E01AD9'

red 224 ◦ green 26 ◦ blue 217

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

Shades of Deep Magenta #E01AD9

Tints of Deep Magenta #E01AD9

RGB

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

 GREEN value IS 26 (10.55% from 255) = 5.57%

 BLUE value IS 217 (85.16% from 255) = 46.47%

R = 47.97%
G = 5.57%
B = 46.47%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.03

 K value IS 0.12

RGB Variations

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

Color information

#E01AD9 (or 0xE01AD9) is known color: Deep Magenta. HEX triplet: E0, 1A and D9. RGB value is (224,26,217). Sum of RGB (Red+Green+Blue) = 224+26+217=467 (61% of max value = 765). Red value is 224 (87.89% from 255 or 47.97% from 467); Green value is 26 (10.55% from 255 or 5.57% from 467); Blue value is 217 (85.16% from 255 or 46.47% from 467); Max value from RGB is 224 - color contains mainly: red. Hex color #E01AD9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E01AD9 is #1FE526. Grayscale: #6A6A6A. Windows color (decimal): -2090279 or 14228192. OLE color: 14228192.

HSL color Cylindrical-coordinate representation of color #E01AD9: hue angle of 302.12º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E01AD9 is Cyan = 0, Magento = 0.88, Yellow = 0.03 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 26 217 -
CMYK 0 0.88 0.03 0.12
HSL 302.12º 0.79% 0.49% -
HSV(B) 302.12º 0.88% 0.88% -
XYZ 43.63 21.6 67.51 -
YUV 106.98 190.1 211.47 -
System Red Green Blue C M Y K H S L
Decimal 224 26 217 0 0.88 0.03 0.12 302.12 0.79 0.49
Hex E0 1A D9 0 58 3 C 12E 4F 31
Octal 340 32 331 0 130 3 14 456 117 61
Binary 11100000 11010 11011001 0 1011000 11 1100 100101110 1001111 110001

Color Harmonies of #E01AD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01AD9

Black with #E01AD9

Text Example


Text Example

White with #E01AD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01AD9; }

 p { color: rgb(224,26,217); }

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

background-color css

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

 a { background-color: rgb(224,26,217); }

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

border-color css

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

 span { border-color: rgb(224,26,217); }

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