Html Css Color HEX #E10DD3 Deep Magenta

📋 copy color: '#E10DD3'

red 225 ◦ green 13 ◦ blue 211

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

Shades of Deep Magenta #E10DD3

Tints of Deep Magenta #E10DD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 46.99%

R = 50.11%
G = 2.9%
B = 46.99%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.06

 K value IS 0.12

RGB Variations

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

Color information

#E10DD3 (or 0xE10DD3) is known color: Deep Magenta. HEX triplet: E1, 0D and D3. RGB value is (225,13,211). Sum of RGB (Red+Green+Blue) = 225+13+211=449 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.11% from 449); Green value is 13 (5.47% from 255 or 2.90% from 449); Blue value is 211 (82.81% from 255 or 46.99% from 449); Max value from RGB is 225 - color contains mainly: red. Hex color #E10DD3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E10DD3 is #1EF22C. Grayscale: #626262. Windows color (decimal): -2028077 or 13831649. OLE color: 13831649.

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

Color convert

RGB 225 13 211 -
CMYK 0 0.94 0.06 0.12
HSL 303.96º 0.89% 0.47% -
HSV(B) 303.96º 0.94% 0.88% -
XYZ 42.95 21 63.42 -
YUV 98.96 191.24 217.9 -
System Red Green Blue C M Y K H S L
Decimal 225 13 211 0 0.94 0.06 0.12 303.96 0.89 0.47
Hex E1 D D3 0 5E 6 C 130 59 2F
Octal 341 15 323 0 136 6 14 460 131 57
Binary 11100001 1101 11010011 0 1011110 110 1100 100110000 1011001 101111

Color Harmonies of #E10DD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10DD3

Black with #E10DD3

Text Example


Text Example

White with #E10DD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10DD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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