Html Css Color HEX #E10F85 Medium Violet Red

📋 copy color: '#E10F85'

red 225 ◦ green 15 ◦ blue 133

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

Shades of Medium Violet Red #E10F85

Tints of Medium Violet Red #E10F85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 35.66%

R = 60.32%
G = 4.02%
B = 35.66%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.41

 K value IS 0.12

RGB Variations

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

Color information

#E10F85 (or 0xE10F85) is known color: Medium Violet Red. HEX triplet: E1, 0F and 85. RGB value is (225,15,133). Sum of RGB (Red+Green+Blue) = 225+15+133=373 (49% of max value = 765). Red value is 225 (88.28% from 255 or 60.32% from 373); Green value is 15 (6.25% from 255 or 4.02% from 373); Blue value is 133 (52.34% from 255 or 35.66% from 373); Max value from RGB is 225 - color contains mainly: red. Hex color #E10F85 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E10F85 is #1EF07A. Grayscale: #5A5A5A. Windows color (decimal): -2027643 or 8720353. OLE color: 8720353.

HSL color Cylindrical-coordinate representation of color #E10F85: hue angle of 326.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 #E10F85 is Cyan = 0, Magento = 0.93, Yellow = 0.41 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 15 133 -
CMYK 0 0.93 0.41 0.12
HSL 326.29º 0.88% 0.47% -
HSV(B) 326.29º 0.93% 0.88% -
XYZ 35.46 18.04 23.8 -
YUV 91.24 151.57 223.41 -
System Red Green Blue C M Y K H S L
Decimal 225 15 133 0 0.93 0.41 0.12 326.29 0.88 0.47
Hex E1 F 85 0 5D 29 C 146 58 2F
Octal 341 17 205 0 135 51 14 506 130 57
Binary 11100001 1111 10000101 0 1011101 101001 1100 101000110 1011000 101111

Color Harmonies of #E10F85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10F85

Black with #E10F85

Text Example


Text Example

White with #E10F85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10F85; }

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

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

background-color css

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

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

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

border-color css

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

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

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