Html Css Color HEX #E20C8A Medium Violet Red

📋 copy color: '#E20C8A'

red 226 ◦ green 12 ◦ blue 138

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

Shades of Medium Violet Red #E20C8A

Tints of Medium Violet Red #E20C8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 36.7%

R = 60.11%
G = 3.19%
B = 36.7%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.39

 K value IS 0.11

RGB Variations

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

Color information

#E20C8A (or 0xE20C8A) is known color: Medium Violet Red. HEX triplet: E2, 0C and 8A. RGB value is (226,12,138). Sum of RGB (Red+Green+Blue) = 226+12+138=376 (49% of max value = 765). Red value is 226 (88.67% from 255 or 60.11% from 376); Green value is 12 (5.08% from 255 or 3.19% from 376); Blue value is 138 (54.30% from 255 or 36.70% from 376); Max value from RGB is 226 - color contains mainly: red. Hex color #E20C8A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E20C8A is #1DF375. Grayscale: #5A5A5A. Windows color (decimal): -1962870 or 9047266. OLE color: 9047266.

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

Color convert

RGB 226 12 138 -
CMYK 0 0.95 0.39 0.11
HSL 324.67º 0.9% 0.47% -
HSV(B) 324.67º 0.95% 0.89% -
XYZ 36.08 18.27 25.67 -
YUV 90.35 154.9 224.75 -
System Red Green Blue C M Y K H S L
Decimal 226 12 138 0 0.95 0.39 0.11 324.67 0.9 0.47
Hex E2 C 8A 0 5F 27 B 145 5A 2F
Octal 342 14 212 0 137 47 13 505 132 57
Binary 11100010 1100 10001010 0 1011111 100111 1011 101000101 1011010 101111

Color Harmonies of #E20C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E20C8A

Black with #E20C8A

Text Example


Text Example

White with #E20C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E20C8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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