#E10680

Color #E10680 Medium Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Violet Red #E10680

Tints of Medium Violet Red #E10680

Color information

#E10680 (or 0xE10680) is unknown color: approx Medium Violet Red. HEX triplet: E1, 06 and 80. RGB value is (225,6,128). Sum of RGB (Red+Green+Blue) = 225+6+128=359 (47% of max value = 765). Red value is 225 (88.28% from 255 or 62.67% from 359); Green value is 6 (2.73% from 255 or 1.67% from 359); Blue value is 128 (50.39% from 255 or 35.65% from 359); Max value from RGB is 225 - color contains mainly: red. Hex color #E10680 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E10680 is #1EF97F. Grayscale: #555555. Windows color (decimal): -2029952 or 8390369. OLE color: 8390369.

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

Color convert

RGB2256128-
CMYK00.970.430.12
HSL326.58º94.81%45.29%-
HSV(B)326.58º97.33%88.24%-
XYZ35.0117.721.99-
YUV85.39152.05227.58-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 62.67%
GREEN value IS 6 (2.73% from 255) = 1.67%
BLUE value IS 128 (50.39% from 255) = 35.65%
R=62.67%
G=1.67%
B=35.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.43
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225612800.970.430.12326.5894.8145.29
HexE16800612BC1475f2d
Octal34162000141531450713755
Binary11100001110100000000110000110101111001010001111011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E10680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E10680; }

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

 H1.HeaderClassName
 {
   color: #E10680;
 }
 .AnyTagClassName
 {
   color: #E10680;
 }
</style>
background-color css

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

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

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

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

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

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