Html Css Color HEX #E10F8C Medium Violet Red

📋 copy color: '#E10F8C'

red 225 ◦ green 15 ◦ blue 140

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

Shades of Medium Violet Red #E10F8C

Tints of Medium Violet Red #E10F8C

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.95%

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

R = 59.21%
G = 3.95%
B = 36.84%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.38

 K value IS 0.12

RGB Variations

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

Color information

#E10F8C (or 0xE10F8C) is known color: Medium Violet Red. HEX triplet: E1, 0F and 8C. RGB value is (225,15,140). Sum of RGB (Red+Green+Blue) = 225+15+140=380 (50% of max value = 765). Red value is 225 (88.28% from 255 or 59.21% from 380); Green value is 15 (6.25% from 255 or 3.95% from 380); Blue value is 140 (55.08% from 255 or 36.84% from 380); Max value from RGB is 225 - color contains mainly: red. Hex color #E10F8C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E10F8C is #1EF073. Grayscale: #5B5B5B. Windows color (decimal): -2027636 or 9179105. OLE color: 9179105.

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

Color convert

RGB 225 15 140 -
CMYK 0 0.93 0.38 0.12
HSL 324.29º 0.88% 0.47% -
HSV(B) 324.29º 0.93% 0.88% -
XYZ 35.96 18.24 26.44 -
YUV 92.04 155.07 222.84 -
System Red Green Blue C M Y K H S L
Decimal 225 15 140 0 0.93 0.38 0.12 324.29 0.88 0.47
Hex E1 F 8C 0 5D 26 C 144 58 2F
Octal 341 17 214 0 135 46 14 504 130 57
Binary 11100001 1111 10001100 0 1011101 100110 1100 101000100 1011000 101111

Color Harmonies of #E10F8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10F8C

Black with #E10F8C

Text Example


Text Example

White with #E10F8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10F8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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