Html Css Color HEX #E10080 Medium Violet Red

📋 copy color: '#E10080'

red 225 ◦ green 0 ◦ blue 128

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

Shades of Medium Violet Red #E10080

Tints of Medium Violet Red #E10080

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 128 (50.39% from 255) = 36.26%

R = 63.74%
G = 0%
B = 36.26%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.43

 K value IS 0.12

RGB Variations

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

Color information

#E10080 (or 0xE10080) is known color: Medium Violet Red. HEX triplet: E1, 00 and 80. RGB value is (225,0,128). Sum of RGB (Red+Green+Blue) = 225+0+128=353 (46% of max value = 765). Red value is 225 (88.28% from 255 or 63.74% from 353); Green value is 0 (0.39% from 255 or 0% from 353); Blue value is 128 (50.39% from 255 or 36.26% from 353); Max value from RGB is 225 - color contains mainly: red. Hex color #E10080 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E10080 is #1EFF7F. Grayscale: #515151. Windows color (decimal): -2031488 or 8388833. OLE color: 8388833.

HSL color Cylindrical-coordinate representation of color #E10080: hue angle of 325.87º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E10080 is Cyan = 0, Magento = 1, Yellow = 0.43 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 0 128 -
CMYK 0 1 0.43 0.12
HSL 325.87º 1% 0.44% -
HSV(B) 325.87º 1% 0.88% -
XYZ 34.95 17.57 21.97 -
YUV 81.87 154.04 230.09 -
System Red Green Blue C M Y K H S L
Decimal 225 0 128 0 1 0.43 0.12 325.87 1 0.44
Hex E1 0 80 0 64 2B C 146 64 2C
Octal 341 0 200 0 144 53 14 506 144 54
Binary 11100001 0 10000000 0 1100100 101011 1100 101000110 1100100 101100

Color Harmonies of #E10080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10080

Black with #E10080

Text Example


Text Example

White with #E10080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10080; }

 p { color: rgb(225,0,128); }

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

background-color css

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

 a { background-color: rgb(225,0,128); }

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

border-color css

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

 span { border-color: rgb(225,0,128); }

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