Html Css Color HEX #E21680 Medium Violet Red

📋 copy color: '#E21680'

red 226 ◦ green 22 ◦ blue 128

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

Shades of Medium Violet Red #E21680

Tints of Medium Violet Red #E21680

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.85%

 BLUE value IS 128 (50.39% from 255) = 34.04%

R = 60.11%
G = 5.85%
B = 34.04%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.43

 K value IS 0.11

RGB Variations

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

Color information

#E21680 (or 0xE21680) is known color: Medium Violet Red. HEX triplet: E2, 16 and 80. RGB value is (226,22,128). Sum of RGB (Red+Green+Blue) = 226+22+128=376 (49% of max value = 765). Red value is 226 (88.67% from 255 or 60.11% from 376); Green value is 22 (8.98% from 255 or 5.85% from 376); Blue value is 128 (50.39% from 255 or 34.04% from 376); Max value from RGB is 226 - color contains mainly: red. Hex color #E21680 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E21680 is #1DE97F. Grayscale: #5E5E5E. Windows color (decimal): -1960320 or 8394466. OLE color: 8394466.

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

Color convert

RGB 226 22 128 -
CMYK 0 0.90 0.43 0.11
HSL 328.82º 0.82% 0.49% -
HSV(B) 328.82º 0.9% 0.89% -
XYZ 35.55 18.3 22.08 -
YUV 95.08 146.59 221.38 -
System Red Green Blue C M Y K H S L
Decimal 226 22 128 0 0.90 0.43 0.11 328.82 0.82 0.49
Hex E2 16 80 0 5A 2B B 149 52 31
Octal 342 26 200 0 132 53 13 511 122 61
Binary 11100010 10110 10000000 0 1011010 101011 1011 101001001 1010010 110001

Color Harmonies of #E21680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21680

Black with #E21680

Text Example


Text Example

White with #E21680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21680; }

 p { color: rgb(226,22,128); }

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

background-color css

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

 a { background-color: rgb(226,22,128); }

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

border-color css

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

 span { border-color: rgb(226,22,128); }

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