Html Css Color HEX #E10DDC Deep Magenta

📋 copy color: '#E10DDC'

red 225 ◦ green 13 ◦ blue 220

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

Shades of Deep Magenta #E10DDC

Tints of Deep Magenta #E10DDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 48.03%

R = 49.13%
G = 2.84%
B = 48.03%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.02

 K value IS 0.12

RGB Variations

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

Color information

#E10DDC (or 0xE10DDC) is known color: Deep Magenta. HEX triplet: E1, 0D and DC. RGB value is (225,13,220). Sum of RGB (Red+Green+Blue) = 225+13+220=458 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.13% from 458); Green value is 13 (5.47% from 255 or 2.84% from 458); Blue value is 220 (86.33% from 255 or 48.03% from 458); Max value from RGB is 225 - color contains mainly: red. Hex color #E10DDC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E10DDC is #1EF223. Grayscale: #636363. Windows color (decimal): -2028068 or 14421473. OLE color: 14421473.

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

Color convert

RGB 225 13 220 -
CMYK 0 0.94 0.02 0.12
HSL 301.42º 0.89% 0.47% -
HSV(B) 301.42º 0.94% 0.88% -
XYZ 44.11 21.46 69.53 -
YUV 99.99 195.74 217.17 -
System Red Green Blue C M Y K H S L
Decimal 225 13 220 0 0.94 0.02 0.12 301.42 0.89 0.47
Hex E1 D DC 0 5E 2 C 12D 59 2F
Octal 341 15 334 0 136 2 14 455 131 57
Binary 11100001 1101 11011100 0 1011110 10 1100 100101101 1011001 101111

Color Harmonies of #E10DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10DDC

Black with #E10DDC

Text Example


Text Example

White with #E10DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10DDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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