Html Css Color HEX #E2017C Medium Violet Red

📋 copy color: '#E2017C'

red 226 ◦ green 1 ◦ blue 124

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

Shades of Medium Violet Red #E2017C

Tints of Medium Violet Red #E2017C

RGB

 RED value IS 226 (88.67% from 255) = 64.39%

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

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

R = 64.39%
G = 0.28%
B = 35.33%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.45

 K value IS 0.11

RGB Variations

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

Color information

#E2017C (or 0xE2017C) is known color: Medium Violet Red. HEX triplet: E2, 01 and 7C. RGB value is (226,1,124). Sum of RGB (Red+Green+Blue) = 226+1+124=351 (46% of max value = 765). Red value is 226 (88.67% from 255 or 64.39% from 351); Green value is 1 (0.78% from 255 or 0.28% from 351); Blue value is 124 (48.83% from 255 or 35.33% from 351); Max value from RGB is 226 - color contains mainly: red. Hex color #E2017C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E2017C is #1DFE83. Grayscale: #525252. Windows color (decimal): -1965700 or 8126946. OLE color: 8126946.

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

Color convert

RGB 226 1 124 -
CMYK 0 1.00 0.45 0.11
HSL 327.2º 0.99% 0.45% -
HSV(B) 327.2º 1% 0.89% -
XYZ 35.01 17.65 20.63 -
YUV 82.3 151.54 230.5 -
System Red Green Blue C M Y K H S L
Decimal 226 1 124 0 1.00 0.45 0.11 327.2 0.99 0.45
Hex E2 1 7C 0 64 2D B 147 63 2D
Octal 342 1 174 0 144 55 13 507 143 55
Binary 11100010 1 1111100 0 1100100 101101 1011 101000111 1100011 101101

Color Harmonies of #E2017C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2017C

Black with #E2017C

Text Example


Text Example

White with #E2017C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2017C; }

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

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

background-color css

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

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

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

border-color css

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

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

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