Html Css Color HEX #E2128C Medium Violet Red

📋 copy color: '#E2128C'

red 226 ◦ green 18 ◦ blue 140

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

Shades of Medium Violet Red #E2128C

Tints of Medium Violet Red #E2128C

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.69%

 BLUE value IS 140 (55.08% from 255) = 36.46%

R = 58.85%
G = 4.69%
B = 36.46%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.38

 K value IS 0.11

RGB Variations

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

Color information

#E2128C (or 0xE2128C) is known color: Medium Violet Red. HEX triplet: E2, 12 and 8C. RGB value is (226,18,140). Sum of RGB (Red+Green+Blue) = 226+18+140=384 (50% of max value = 765). Red value is 226 (88.67% from 255 or 58.85% from 384); Green value is 18 (7.42% from 255 or 4.69% from 384); Blue value is 140 (55.08% from 255 or 36.46% from 384); Max value from RGB is 226 - color contains mainly: red. Hex color #E2128C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E2128C is #1DED73. Grayscale: #5D5D5D. Windows color (decimal): -1961332 or 9179874. OLE color: 9179874.

HSL color Cylindrical-coordinate representation of color #E2128C: hue angle of 324.81º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E2128C is Cyan = 0, Magento = 0.92, Yellow = 0.38 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 18 140 -
CMYK 0 0.92 0.38 0.11
HSL 324.81º 0.85% 0.48% -
HSV(B) 324.81º 0.92% 0.89% -
XYZ 36.31 18.49 26.47 -
YUV 94.1 153.91 222.08 -
System Red Green Blue C M Y K H S L
Decimal 226 18 140 0 0.92 0.38 0.11 324.81 0.85 0.48
Hex E2 12 8C 0 5C 26 B 145 55 30
Octal 342 22 214 0 134 46 13 505 125 60
Binary 11100010 10010 10001100 0 1011100 100110 1011 101000101 1010101 110000

Color Harmonies of #E2128C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2128C

Black with #E2128C

Text Example


Text Example

White with #E2128C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2128C; }

 p { color: rgb(226,18,140); }

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

background-color css

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

 a { background-color: rgb(226,18,140); }

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

border-color css

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

 span { border-color: rgb(226,18,140); }

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