Html Css Color HEX #E20C85 Medium Violet Red

📋 copy color: '#E20C85'

red 226 ◦ green 12 ◦ blue 133

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

Shades of Medium Violet Red #E20C85

Tints of Medium Violet Red #E20C85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 35.85%

R = 60.92%
G = 3.23%
B = 35.85%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.41

 K value IS 0.11

RGB Variations

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

Color information

#E20C85 (or 0xE20C85) is known color: Medium Violet Red. HEX triplet: E2, 0C and 85. RGB value is (226,12,133). Sum of RGB (Red+Green+Blue) = 226+12+133=371 (49% of max value = 765). Red value is 226 (88.67% from 255 or 60.92% from 371); Green value is 12 (5.08% from 255 or 3.23% from 371); Blue value is 133 (52.34% from 255 or 35.85% from 371); Max value from RGB is 226 - color contains mainly: red. Hex color #E20C85 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E20C85 is #1DF37A. Grayscale: #595959. Windows color (decimal): -1962875 or 8719586. OLE color: 8719586.

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

Color convert

RGB 226 12 133 -
CMYK 0 0.95 0.41 0.11
HSL 326.07º 0.9% 0.47% -
HSV(B) 326.07º 0.95% 0.89% -
XYZ 35.73 18.13 23.81 -
YUV 89.78 152.4 225.16 -
System Red Green Blue C M Y K H S L
Decimal 226 12 133 0 0.95 0.41 0.11 326.07 0.9 0.47
Hex E2 C 85 0 5F 29 B 146 5A 2F
Octal 342 14 205 0 137 51 13 506 132 57
Binary 11100010 1100 10000101 0 1011111 101001 1011 101000110 1011010 101111

Color Harmonies of #E20C85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E20C85

Black with #E20C85

Text Example


Text Example

White with #E20C85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E20C85; }

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

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

background-color css

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

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

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

border-color css

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

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

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