Html Css Color HEX #E10C8C Medium Violet Red

📋 copy color: '#E10C8C'

red 225 ◦ green 12 ◦ blue 140

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

Shades of Medium Violet Red #E10C8C

Tints of Medium Violet Red #E10C8C

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.18%

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

R = 59.68%
G = 3.18%
B = 37.14%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.38

 K value IS 0.12

RGB Variations

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

Color information

#E10C8C (or 0xE10C8C) is known color: Medium Violet Red. HEX triplet: E1, 0C and 8C. RGB value is (225,12,140). Sum of RGB (Red+Green+Blue) = 225+12+140=377 (49% of max value = 765). Red value is 225 (88.28% from 255 or 59.68% from 377); Green value is 12 (5.08% from 255 or 3.18% from 377); Blue value is 140 (55.08% from 255 or 37.14% from 377); Max value from RGB is 225 - color contains mainly: red. Hex color #E10C8C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E10C8C is #1EF373. Grayscale: #595959. Windows color (decimal): -2028404 or 9178337. OLE color: 9178337.

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

Color convert

RGB 225 12 140 -
CMYK 0 0.95 0.38 0.12
HSL 323.94º 0.9% 0.46% -
HSV(B) 323.94º 0.95% 0.88% -
XYZ 35.92 18.16 26.42 -
YUV 90.28 156.07 224.09 -
System Red Green Blue C M Y K H S L
Decimal 225 12 140 0 0.95 0.38 0.12 323.94 0.9 0.46
Hex E1 C 8C 0 5F 26 C 144 5A 2E
Octal 341 14 214 0 137 46 14 504 132 56
Binary 11100001 1100 10001100 0 1011111 100110 1100 101000100 1011010 101110

Color Harmonies of #E10C8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10C8C

Black with #E10C8C

Text Example


Text Example

White with #E10C8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10C8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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