Html Css Color HEX #E10D8D Medium Violet Red

📋 copy color: '#E10D8D'

red 225 ◦ green 13 ◦ blue 141

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

Shades of Medium Violet Red #E10D8D

Tints of Medium Violet Red #E10D8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 37.2%

R = 59.37%
G = 3.43%
B = 37.2%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.37

 K value IS 0.12

RGB Variations

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

Color information

#E10D8D (or 0xE10D8D) is known color: Medium Violet Red. HEX triplet: E1, 0D and 8D. RGB value is (225,13,141). Sum of RGB (Red+Green+Blue) = 225+13+141=379 (50% of max value = 765). Red value is 225 (88.28% from 255 or 59.37% from 379); Green value is 13 (5.47% from 255 or 3.43% from 379); Blue value is 141 (55.47% from 255 or 37.20% from 379); Max value from RGB is 225 - color contains mainly: red. Hex color #E10D8D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E10D8D is #1EF272. Grayscale: #5A5A5A. Windows color (decimal): -2028147 or 9244129. OLE color: 9244129.

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

Color convert

RGB 225 13 141 -
CMYK 0 0.94 0.37 0.12
HSL 323.77º 0.89% 0.47% -
HSV(B) 323.77º 0.94% 0.88% -
XYZ 36 18.22 26.82 -
YUV 90.98 156.24 223.59 -
System Red Green Blue C M Y K H S L
Decimal 225 13 141 0 0.94 0.37 0.12 323.77 0.89 0.47
Hex E1 D 8D 0 5E 25 C 144 59 2F
Octal 341 15 215 0 136 45 14 504 131 57
Binary 11100001 1101 10001101 0 1011110 100101 1100 101000100 1011001 101111

Color Harmonies of #E10D8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10D8D

Black with #E10D8D

Text Example


Text Example

White with #E10D8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10D8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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