Html Css Color HEX #E20C8C Medium Violet Red

📋 copy color: '#E20C8C'

red 226 ◦ green 12 ◦ blue 140

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

Shades of Medium Violet Red #E20C8C

Tints of Medium Violet Red #E20C8C

RGB

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

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

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

R = 59.79%
G = 3.17%
B = 37.04%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.38

 K value IS 0.11

RGB Variations

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

Color information

#E20C8C (or 0xE20C8C) is known color: Medium Violet Red. HEX triplet: E2, 0C and 8C. RGB value is (226,12,140). Sum of RGB (Red+Green+Blue) = 226+12+140=378 (50% of max value = 765). Red value is 226 (88.67% from 255 or 59.79% from 378); Green value is 12 (5.08% from 255 or 3.17% from 378); Blue value is 140 (55.08% from 255 or 37.04% from 378); Max value from RGB is 226 - color contains mainly: red. Hex color #E20C8C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E20C8C is #1DF373. Grayscale: #5A5A5A. Windows color (decimal): -1962868 or 9178338. OLE color: 9178338.

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

Color convert

RGB 226 12 140 -
CMYK 0 0.95 0.38 0.11
HSL 324.11º 0.9% 0.47% -
HSV(B) 324.11º 0.95% 0.89% -
XYZ 36.23 18.33 26.44 -
YUV 90.58 155.9 224.59 -
System Red Green Blue C M Y K H S L
Decimal 226 12 140 0 0.95 0.38 0.11 324.11 0.9 0.47
Hex E2 C 8C 0 5F 26 B 144 5A 2F
Octal 342 14 214 0 137 46 13 504 132 57
Binary 11100010 1100 10001100 0 1011111 100110 1011 101000100 1011010 101111

Color Harmonies of #E20C8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E20C8C

Black with #E20C8C

Text Example


Text Example

White with #E20C8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E20C8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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