Html Css Color HEX #E10A8D Medium Violet Red

📋 copy color: '#E10A8D'

red 225 ◦ green 10 ◦ blue 141

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

Shades of Medium Violet Red #E10A8D

Tints of Medium Violet Red #E10A8D

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.66%

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

R = 59.84%
G = 2.66%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.37

 K value IS 0.12

RGB Variations

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

Color information

#E10A8D (or 0xE10A8D) is known color: Medium Violet Red. HEX triplet: E1, 0A and 8D. RGB value is (225,10,141). Sum of RGB (Red+Green+Blue) = 225+10+141=376 (49% of max value = 765). Red value is 225 (88.28% from 255 or 59.84% from 376); Green value is 10 (4.30% from 255 or 2.66% from 376); Blue value is 141 (55.47% from 255 or 37.5% from 376); Max value from RGB is 225 - color contains mainly: red. Hex color #E10A8D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E10A8D is #1EF572. Grayscale: #585858. Windows color (decimal): -2028915 or 9243361. OLE color: 9243361.

HSL color Cylindrical-coordinate representation of color #E10A8D: hue angle of 323.44º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E10A8D is Cyan = 0, Magento = 0.96, Yellow = 0.37 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 10 141 -
CMYK 0 0.96 0.37 0.12
HSL 323.44º 0.91% 0.46% -
HSV(B) 323.44º 0.96% 0.88% -
XYZ 35.97 18.15 26.81 -
YUV 89.22 157.23 224.85 -
System Red Green Blue C M Y K H S L
Decimal 225 10 141 0 0.96 0.37 0.12 323.44 0.91 0.46
Hex E1 A 8D 0 60 25 C 143 5B 2E
Octal 341 12 215 0 140 45 14 503 133 56
Binary 11100001 1010 10001101 0 1100000 100101 1100 101000011 1011011 101110

Color Harmonies of #E10A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10A8D

Black with #E10A8D

Text Example


Text Example

White with #E10A8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10A8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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