Html Css Color HEX #E10A8C Medium Violet Red

📋 copy color: '#E10A8C'

red 225 ◦ green 10 ◦ blue 140

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

Shades of Medium Violet Red #E10A8C

Tints of Medium Violet Red #E10A8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 37.33%

R = 60%
G = 2.67%
B = 37.33%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.38

 K value IS 0.12

RGB Variations

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

Color information

#E10A8C (or 0xE10A8C) is known color: Medium Violet Red. HEX triplet: E1, 0A and 8C. RGB value is (225,10,140). Sum of RGB (Red+Green+Blue) = 225+10+140=375 (49% of max value = 765). Red value is 225 (88.28% from 255 or 60% from 375); Green value is 10 (4.30% from 255 or 2.67% from 375); Blue value is 140 (55.08% from 255 or 37.33% from 375); Max value from RGB is 225 - color contains mainly: red. Hex color #E10A8C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E10A8C is #1EF573. Grayscale: #585858. Windows color (decimal): -2028916 or 9177825. OLE color: 9177825.

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

Color convert

RGB 225 10 140 -
CMYK 0 0.96 0.38 0.12
HSL 323.72º 0.91% 0.46% -
HSV(B) 323.72º 0.96% 0.88% -
XYZ 35.89 18.12 26.42 -
YUV 89.11 156.73 224.93 -
System Red Green Blue C M Y K H S L
Decimal 225 10 140 0 0.96 0.38 0.12 323.72 0.91 0.46
Hex E1 A 8C 0 60 26 C 144 5B 2E
Octal 341 12 214 0 140 46 14 504 133 56
Binary 11100001 1010 10001100 0 1100000 100110 1100 101000100 1011011 101110

Color Harmonies of #E10A8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10A8C

Black with #E10A8C

Text Example


Text Example

White with #E10A8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10A8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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