Html Css Color HEX #E1017C Medium Violet Red

📋 copy color: '#E1017C'

red 225 ◦ green 1 ◦ blue 124

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

Shades of Medium Violet Red #E1017C

Tints of Medium Violet Red #E1017C

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.29%

 BLUE value IS 124 (48.83% from 255) = 35.43%

R = 64.29%
G = 0.29%
B = 35.43%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.45

 K value IS 0.12

RGB Variations

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

Color information

#E1017C (or 0xE1017C) is known color: Medium Violet Red. HEX triplet: E1, 01 and 7C. RGB value is (225,1,124). Sum of RGB (Red+Green+Blue) = 225+1+124=350 (46% of max value = 765). Red value is 225 (88.28% from 255 or 64.29% from 350); Green value is 1 (0.78% from 255 or 0.29% from 350); Blue value is 124 (48.83% from 255 or 35.43% from 350); Max value from RGB is 225 - color contains mainly: red. Hex color #E1017C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E1017C is #1EFE83. Grayscale: #515151. Windows color (decimal): -2031236 or 8126945. OLE color: 8126945.

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

Color convert

RGB 225 1 124 -
CMYK 0 1.00 0.45 0.12
HSL 327.05º 0.99% 0.44% -
HSV(B) 327.05º 1% 0.88% -
XYZ 34.7 17.48 20.61 -
YUV 82 151.71 230 -
System Red Green Blue C M Y K H S L
Decimal 225 1 124 0 1.00 0.45 0.12 327.05 0.99 0.44
Hex E1 1 7C 0 64 2D C 147 63 2C
Octal 341 1 174 0 144 55 14 507 143 54
Binary 11100001 1 1111100 0 1100100 101101 1100 101000111 1100011 101100

Color Harmonies of #E1017C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1017C

Black with #E1017C

Text Example


Text Example

White with #E1017C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1017C; }

 p { color: rgb(225,1,124); }

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

background-color css

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

 a { background-color: rgb(225,1,124); }

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

border-color css

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

 span { border-color: rgb(225,1,124); }

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