Html Css Color HEX #E10ADE Deep Magenta

📋 copy color: '#E10ADE'

red 225 ◦ green 10 ◦ blue 222

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

Shades of Deep Magenta #E10ADE

Tints of Deep Magenta #E10ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 48.58%

R = 49.23%
G = 2.19%
B = 48.58%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.01

 K value IS 0.12

RGB Variations

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

Color information

#E10ADE (or 0xE10ADE) is known color: Deep Magenta. HEX triplet: E1, 0A and DE. RGB value is (225,10,222). Sum of RGB (Red+Green+Blue) = 225+10+222=457 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.23% from 457); Green value is 10 (4.30% from 255 or 2.19% from 457); Blue value is 222 (87.11% from 255 or 48.58% from 457); Max value from RGB is 225 - color contains mainly: red. Hex color #E10ADE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E10ADE is #1EF521. Grayscale: #616161. Windows color (decimal): -2028834 or 14551777. OLE color: 14551777.

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

Color convert

RGB 225 10 222 -
CMYK 0 0.96 0.01 0.12
HSL 300.84º 0.91% 0.46% -
HSV(B) 300.84º 0.96% 0.88% -
XYZ 44.34 21.5 70.92 -
YUV 98.45 197.73 218.26 -
System Red Green Blue C M Y K H S L
Decimal 225 10 222 0 0.96 0.01 0.12 300.84 0.91 0.46
Hex E1 A DE 0 60 1 C 12D 5B 2E
Octal 341 12 336 0 140 1 14 455 133 56
Binary 11100001 1010 11011110 0 1100000 1 1100 100101101 1011011 101110

Color Harmonies of #E10ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10ADE

Black with #E10ADE

Text Example


Text Example

White with #E10ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10ADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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