Html Css Color HEX #E10AD5 Deep Magenta

📋 copy color: '#E10AD5'

red 225 ◦ green 10 ◦ blue 213

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

Shades of Deep Magenta #E10AD5

Tints of Deep Magenta #E10AD5

RGB

 RED value IS 225 (88.28% from 255) = 50.22%

 GREEN value IS 10 (4.3% from 255) = 2.23%

 BLUE value IS 213 (83.59% from 255) = 47.54%

R = 50.22%
G = 2.23%
B = 47.54%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.05

 K value IS 0.12

RGB Variations

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

Color information

#E10AD5 (or 0xE10AD5) is known color: Deep Magenta. HEX triplet: E1, 0A and D5. RGB value is (225,10,213). Sum of RGB (Red+Green+Blue) = 225+10+213=448 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.22% from 448); Green value is 10 (4.30% from 255 or 2.23% from 448); Blue value is 213 (83.59% from 255 or 47.54% from 448); Max value from RGB is 225 - color contains mainly: red. Hex color #E10AD5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E10AD5 is #1EF52A. Grayscale: #606060. Windows color (decimal): -2028843 or 13961953. OLE color: 13961953.

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

Color convert

RGB 225 10 213 -
CMYK 0 0.96 0.05 0.12
HSL 303.35º 0.91% 0.46% -
HSV(B) 303.35º 0.96% 0.88% -
XYZ 43.17 21.03 64.73 -
YUV 97.43 193.23 218.99 -
System Red Green Blue C M Y K H S L
Decimal 225 10 213 0 0.96 0.05 0.12 303.35 0.91 0.46
Hex E1 A D5 0 60 5 C 12F 5B 2E
Octal 341 12 325 0 140 5 14 457 133 56
Binary 11100001 1010 11010101 0 1100000 101 1100 100101111 1011011 101110

Color Harmonies of #E10AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10AD5

Black with #E10AD5

Text Example


Text Example

White with #E10AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10AD5; }

 p { color: rgb(225,10,213); }

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

background-color css

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

 a { background-color: rgb(225,10,213); }

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

border-color css

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

 span { border-color: rgb(225,10,213); }

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