Html Css Color HEX #E10DCD Deep Magenta

📋 copy color: '#E10DCD'

red 225 ◦ green 13 ◦ blue 205

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

Shades of Deep Magenta #E10DCD

Tints of Deep Magenta #E10DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 46.28%

R = 50.79%
G = 2.93%
B = 46.28%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.09

 K value IS 0.12

RGB Variations

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

Color information

#E10DCD (or 0xE10DCD) is known color: Deep Magenta. HEX triplet: E1, 0D and CD. RGB value is (225,13,205). Sum of RGB (Red+Green+Blue) = 225+13+205=443 (58% of max value = 765). Red value is 225 (88.28% from 255 or 50.79% from 443); Green value is 13 (5.47% from 255 or 2.93% from 443); Blue value is 205 (80.47% from 255 or 46.28% from 443); Max value from RGB is 225 - color contains mainly: red. Hex color #E10DCD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E10DCD is #1EF232. Grayscale: #616161. Windows color (decimal): -2028083 or 13438433. OLE color: 13438433.

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

Color convert

RGB 225 13 205 -
CMYK 0 0.94 0.09 0.12
HSL 305.66º 0.89% 0.47% -
HSV(B) 305.66º 0.94% 0.88% -
XYZ 42.21 20.7 59.53 -
YUV 98.28 188.24 218.39 -
System Red Green Blue C M Y K H S L
Decimal 225 13 205 0 0.94 0.09 0.12 305.66 0.89 0.47
Hex E1 D CD 0 5E 9 C 132 59 2F
Octal 341 15 315 0 136 11 14 462 131 57
Binary 11100001 1101 11001101 0 1011110 1001 1100 100110010 1011001 101111

Color Harmonies of #E10DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10DCD

Black with #E10DCD

Text Example


Text Example

White with #E10DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10DCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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