#E10C8E

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

Shades of Medium Violet Red #E10C8E

Tints of Medium Violet Red #E10C8E

Color information

#E10C8E (or 0xE10C8E) is unknown color: approx Medium Violet Red. HEX triplet: E1, 0C and 8E. RGB value is (225,12,142). Sum of RGB (Red+Green+Blue) = 225+12+142=379 (50% of max value = 765). Red value is 225 (88.28% from 255 or 59.37% from 379); Green value is 12 (5.08% from 255 or 3.17% from 379); Blue value is 142 (55.86% from 255 or 37.47% from 379); Max value from RGB is 225 - color contains mainly: red. Hex color #E10C8E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E10C8E is #1EF371. Grayscale: #5A5A5A. Windows color (decimal): -2028402 or 9309409. OLE color: 9309409.

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

Color convert

RGB22512142-
CMYK00.950.370.12
HSL323.38º89.87%46.47%-
HSV(B)323.38º94.67%88.24%-
XYZ36.0718.2227.21-
YUV90.51157.07223.93-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 59.37%
GREEN value IS 12 (5.08% from 255) = 3.17%
BLUE value IS 142 (55.86% from 255) = 37.47%
R=59.37%
G=3.17%
B=37.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.37
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251214200.950.370.12323.3889.8746.47
HexE1C8E05F25C1435a2e
Octal341142160137451450313256
Binary111000011100100011100101111110010111001010000111011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E10C8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E10C8E; }

 p { color: rgb(225,12,142); }

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

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

 a { background-color: rgb(225,12,142); }

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

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

 span { border-color: rgb(225,12,142); }

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