Html Css Color HEX #E10E7F Medium Violet Red

📋 copy color: '#E10E7F'

red 225 ◦ green 14 ◦ blue 127

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

Shades of Medium Violet Red #E10E7F

Tints of Medium Violet Red #E10E7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 34.7%

R = 61.48%
G = 3.83%
B = 34.7%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.44

 K value IS 0.12

RGB Variations

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

Color information

#E10E7F (or 0xE10E7F) is known color: Medium Violet Red. HEX triplet: E1, 0E and 7F. RGB value is (225,14,127). Sum of RGB (Red+Green+Blue) = 225+14+127=366 (48% of max value = 765). Red value is 225 (88.28% from 255 or 61.48% from 366); Green value is 14 (5.86% from 255 or 3.83% from 366); Blue value is 127 (50% from 255 or 34.70% from 366); Max value from RGB is 225 - color contains mainly: red. Hex color #E10E7F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E10E7F is #1EF180. Grayscale: #595959. Windows color (decimal): -2027905 or 8326881. OLE color: 8326881.

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

Color convert

RGB 225 14 127 -
CMYK 0 0.94 0.44 0.12
HSL 327.87º 0.88% 0.47% -
HSV(B) 327.87º 0.94% 0.88% -
XYZ 35.04 17.85 21.68 -
YUV 89.97 148.9 224.31 -
System Red Green Blue C M Y K H S L
Decimal 225 14 127 0 0.94 0.44 0.12 327.87 0.88 0.47
Hex E1 E 7F 0 5E 2C C 148 58 2F
Octal 341 16 177 0 136 54 14 510 130 57
Binary 11100001 1110 1111111 0 1011110 101100 1100 101001000 1011000 101111

Color Harmonies of #E10E7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10E7F

Black with #E10E7F

Text Example


Text Example

White with #E10E7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10E7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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