Html Css Color HEX #E1077F Medium Violet Red

📋 copy color: '#E1077F'

red 225 ◦ green 7 ◦ blue 127

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

Shades of Medium Violet Red #E1077F

Tints of Medium Violet Red #E1077F

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.95%

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

R = 62.67%
G = 1.95%
B = 35.38%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.44

 K value IS 0.12

RGB Variations

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

Color information

#E1077F (or 0xE1077F) is known color: Medium Violet Red. HEX triplet: E1, 07 and 7F. RGB value is (225,7,127). Sum of RGB (Red+Green+Blue) = 225+7+127=359 (47% of max value = 765). Red value is 225 (88.28% from 255 or 62.67% from 359); Green value is 7 (3.12% from 255 or 1.95% from 359); Blue value is 127 (50% from 255 or 35.38% from 359); Max value from RGB is 225 - color contains mainly: red. Hex color #E1077F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E1077F is #1EF880. Grayscale: #555555. Windows color (decimal): -2029697 or 8325089. OLE color: 8325089.

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

Color convert

RGB 225 7 127 -
CMYK 0 0.97 0.44 0.12
HSL 326.97º 0.94% 0.45% -
HSV(B) 326.97º 0.97% 0.88% -
XYZ 34.96 17.69 21.65 -
YUV 85.86 151.22 227.24 -
System Red Green Blue C M Y K H S L
Decimal 225 7 127 0 0.97 0.44 0.12 326.97 0.94 0.45
Hex E1 7 7F 0 61 2C C 147 5E 2D
Octal 341 7 177 0 141 54 14 507 136 55
Binary 11100001 111 1111111 0 1100001 101100 1100 101000111 1011110 101101

Color Harmonies of #E1077F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1077F

Black with #E1077F

Text Example


Text Example

White with #E1077F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1077F; }

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

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

background-color css

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

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

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

border-color css

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

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

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