Html Css Color HEX #E10DD8 Deep Magenta

📋 copy color: '#E10DD8'

red 225 ◦ green 13 ◦ blue 216

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

Shades of Deep Magenta #E10DD8

Tints of Deep Magenta #E10DD8

RGB

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

 GREEN value IS 13 (5.47% from 255) = 2.86%

 BLUE value IS 216 (84.77% from 255) = 47.58%

R = 49.56%
G = 2.86%
B = 47.58%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.04

 K value IS 0.12

RGB Variations

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

Color information

#E10DD8 (or 0xE10DD8) is known color: Deep Magenta. HEX triplet: E1, 0D and D8. RGB value is (225,13,216). Sum of RGB (Red+Green+Blue) = 225+13+216=454 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.56% from 454); Green value is 13 (5.47% from 255 or 2.86% from 454); Blue value is 216 (84.77% from 255 or 47.58% from 454); Max value from RGB is 225 - color contains mainly: red. Hex color #E10DD8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E10DD8 is #1EF227. Grayscale: #626262. Windows color (decimal): -2028072 or 14159329. OLE color: 14159329.

HSL color Cylindrical-coordinate representation of color #E10DD8: hue angle of 302.55º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E10DD8 is Cyan = 0, Magento = 0.94, Yellow = 0.04 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 13 216 -
CMYK 0 0.94 0.04 0.12
HSL 302.55º 0.89% 0.47% -
HSV(B) 302.55º 0.94% 0.88% -
XYZ 43.59 21.25 66.77 -
YUV 99.53 193.74 217.49 -
System Red Green Blue C M Y K H S L
Decimal 225 13 216 0 0.94 0.04 0.12 302.55 0.89 0.47
Hex E1 D D8 0 5E 4 C 12F 59 2F
Octal 341 15 330 0 136 4 14 457 131 57
Binary 11100001 1101 11011000 0 1011110 100 1100 100101111 1011001 101111

Color Harmonies of #E10DD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10DD8

Black with #E10DD8

Text Example


Text Example

White with #E10DD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10DD8; }

 p { color: rgb(225,13,216); }

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

background-color css

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

 a { background-color: rgb(225,13,216); }

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

border-color css

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

 span { border-color: rgb(225,13,216); }

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