Html Css Color HEX #E20C81 Medium Violet Red

📋 copy color: '#E20C81'

red 226 ◦ green 12 ◦ blue 129

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

Shades of Medium Violet Red #E20C81

Tints of Medium Violet Red #E20C81

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.27%

 BLUE value IS 129 (50.78% from 255) = 35.15%

R = 61.58%
G = 3.27%
B = 35.15%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.43

 K value IS 0.11

RGB Variations

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

Color information

#E20C81 (or 0xE20C81) is known color: Medium Violet Red. HEX triplet: E2, 0C and 81. RGB value is (226,12,129). Sum of RGB (Red+Green+Blue) = 226+12+129=367 (48% of max value = 765). Red value is 226 (88.67% from 255 or 61.58% from 367); Green value is 12 (5.08% from 255 or 3.27% from 367); Blue value is 129 (50.78% from 255 or 35.15% from 367); Max value from RGB is 226 - color contains mainly: red. Hex color #E20C81 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E20C81 is #1DF37E. Grayscale: #595959. Windows color (decimal): -1962879 or 8457442. OLE color: 8457442.

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

Color convert

RGB 226 12 129 -
CMYK 0 0.95 0.43 0.11
HSL 327.2º 0.9% 0.47% -
HSV(B) 327.2º 0.95% 0.89% -
XYZ 35.46 18.02 22.38 -
YUV 89.32 150.4 225.49 -
System Red Green Blue C M Y K H S L
Decimal 226 12 129 0 0.95 0.43 0.11 327.2 0.9 0.47
Hex E2 C 81 0 5F 2B B 147 5A 2F
Octal 342 14 201 0 137 53 13 507 132 57
Binary 11100010 1100 10000001 0 1011111 101011 1011 101000111 1011010 101111

Color Harmonies of #E20C81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E20C81

Black with #E20C81

Text Example


Text Example

White with #E20C81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E20C81; }

 p { color: rgb(226,12,129); }

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

background-color css

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

 a { background-color: rgb(226,12,129); }

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

border-color css

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

 span { border-color: rgb(226,12,129); }

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