Html Css Color HEX #E10E8C Medium Violet Red

📋 copy color: '#E10E8C'

red 225 ◦ green 14 ◦ blue 140

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

Shades of Medium Violet Red #E10E8C

Tints of Medium Violet Red #E10E8C

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.69%

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

R = 59.37%
G = 3.69%
B = 36.94%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.38

 K value IS 0.12

RGB Variations

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

Color information

#E10E8C (or 0xE10E8C) is known color: Medium Violet Red. HEX triplet: E1, 0E and 8C. RGB value is (225,14,140). Sum of RGB (Red+Green+Blue) = 225+14+140=379 (50% of max value = 765). Red value is 225 (88.28% from 255 or 59.37% from 379); Green value is 14 (5.86% from 255 or 3.69% from 379); Blue value is 140 (55.08% from 255 or 36.94% from 379); Max value from RGB is 225 - color contains mainly: red. Hex color #E10E8C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E10E8C is #1EF173. Grayscale: #5B5B5B. Windows color (decimal): -2027892 or 9178849. OLE color: 9178849.

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

Color convert

RGB 225 14 140 -
CMYK 0 0.94 0.38 0.12
HSL 324.17º 0.88% 0.47% -
HSV(B) 324.17º 0.94% 0.88% -
XYZ 35.94 18.22 26.43 -
YUV 91.45 155.4 223.25 -
System Red Green Blue C M Y K H S L
Decimal 225 14 140 0 0.94 0.38 0.12 324.17 0.88 0.47
Hex E1 E 8C 0 5E 26 C 144 58 2F
Octal 341 16 214 0 136 46 14 504 130 57
Binary 11100001 1110 10001100 0 1011110 100110 1100 101000100 1011000 101111

Color Harmonies of #E10E8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10E8C

Black with #E10E8C

Text Example


Text Example

White with #E10E8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10E8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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