Html Css Color HEX #E2107D Medium Violet Red

📋 copy color: '#E2107D'

red 226 ◦ green 16 ◦ blue 125

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

Shades of Medium Violet Red #E2107D

Tints of Medium Violet Red #E2107D

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.36%

 BLUE value IS 125 (49.22% from 255) = 34.06%

R = 61.58%
G = 4.36%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.45

 K value IS 0.11

RGB Variations

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

Color information

#E2107D (or 0xE2107D) is known color: Medium Violet Red. HEX triplet: E2, 10 and 7D. RGB value is (226,16,125). Sum of RGB (Red+Green+Blue) = 226+16+125=367 (48% of max value = 765). Red value is 226 (88.67% from 255 or 61.58% from 367); Green value is 16 (6.64% from 255 or 4.36% from 367); Blue value is 125 (49.22% from 255 or 34.06% from 367); Max value from RGB is 226 - color contains mainly: red. Hex color #E2107D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E2107D is #1DEF82. Grayscale: #5A5A5A. Windows color (decimal): -1961859 or 8196322. OLE color: 8196322.

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

Color convert

RGB 226 16 125 -
CMYK 0 0.93 0.45 0.11
HSL 328.86º 0.87% 0.47% -
HSV(B) 328.86º 0.93% 0.89% -
XYZ 35.25 18.02 21.02 -
YUV 91.22 147.07 224.14 -
System Red Green Blue C M Y K H S L
Decimal 226 16 125 0 0.93 0.45 0.11 328.86 0.87 0.47
Hex E2 10 7D 0 5D 2D B 149 57 2F
Octal 342 20 175 0 135 55 13 511 127 57
Binary 11100010 10000 1111101 0 1011101 101101 1011 101001001 1010111 101111

Color Harmonies of #E2107D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2107D

Black with #E2107D

Text Example


Text Example

White with #E2107D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2107D; }

 p { color: rgb(226,16,125); }

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

background-color css

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

 a { background-color: rgb(226,16,125); }

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

border-color css

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

 span { border-color: rgb(226,16,125); }

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