Html Css Color HEX #E2128F Medium Violet Red

📋 copy color: '#E2128F'

red 226 ◦ green 18 ◦ blue 143

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

Shades of Medium Violet Red #E2128F

Tints of Medium Violet Red #E2128F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 36.95%

R = 58.4%
G = 4.65%
B = 36.95%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.37

 K value IS 0.11

RGB Variations

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

Color information

#E2128F (or 0xE2128F) is known color: Medium Violet Red. HEX triplet: E2, 12 and 8F. RGB value is (226,18,143). Sum of RGB (Red+Green+Blue) = 226+18+143=387 (51% of max value = 765). Red value is 226 (88.67% from 255 or 58.40% from 387); Green value is 18 (7.42% from 255 or 4.65% from 387); Blue value is 143 (56.25% from 255 or 36.95% from 387); Max value from RGB is 226 - color contains mainly: red. Hex color #E2128F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E2128F is #1DED70. Grayscale: #5E5E5E. Windows color (decimal): -1961329 or 9376482. OLE color: 9376482.

HSL color Cylindrical-coordinate representation of color #E2128F: hue angle of 323.94º 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 #E2128F is Cyan = 0, Magento = 0.92, Yellow = 0.37 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 18 143 -
CMYK 0 0.92 0.37 0.11
HSL 323.94º 0.85% 0.48% -
HSV(B) 323.94º 0.92% 0.89% -
XYZ 36.54 18.58 27.65 -
YUV 94.44 155.41 221.84 -
System Red Green Blue C M Y K H S L
Decimal 226 18 143 0 0.92 0.37 0.11 323.94 0.85 0.48
Hex E2 12 8F 0 5C 25 B 144 55 30
Octal 342 22 217 0 134 45 13 504 125 60
Binary 11100010 10010 10001111 0 1011100 100101 1011 101000100 1010101 110000

Color Harmonies of #E2128F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2128F

Black with #E2128F

Text Example


Text Example

White with #E2128F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2128F; }

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

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

background-color css

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

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

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

border-color css

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

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

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