Html Css Color HEX #E01680 Medium Violet Red

📋 copy color: '#E01680'

red 224 ◦ green 22 ◦ blue 128

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

Shades of Medium Violet Red #E01680

Tints of Medium Violet Red #E01680

RGB

 RED value IS 224 (87.89% from 255) = 59.89%

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

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

R = 59.89%
G = 5.88%
B = 34.22%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.43

 K value IS 0.12

RGB Variations

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

Color information

#E01680 (or 0xE01680) is known color: Medium Violet Red. HEX triplet: E0, 16 and 80. RGB value is (224,22,128). Sum of RGB (Red+Green+Blue) = 224+22+128=374 (49% of max value = 765). Red value is 224 (87.89% from 255 or 59.89% from 374); Green value is 22 (8.98% from 255 or 5.88% from 374); Blue value is 128 (50.39% from 255 or 34.22% from 374); Max value from RGB is 224 - color contains mainly: red. Hex color #E01680 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E01680 is #1FE97F. Grayscale: #5E5E5E. Windows color (decimal): -2091392 or 8394464. OLE color: 8394464.

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

Color convert

RGB 224 22 128 -
CMYK 0 0.90 0.43 0.12
HSL 328.51º 0.82% 0.48% -
HSV(B) 328.51º 0.9% 0.88% -
XYZ 34.92 17.98 22.05 -
YUV 94.48 146.92 220.38 -
System Red Green Blue C M Y K H S L
Decimal 224 22 128 0 0.90 0.43 0.12 328.51 0.82 0.48
Hex E0 16 80 0 5A 2B C 149 52 30
Octal 340 26 200 0 132 53 14 511 122 60
Binary 11100000 10110 10000000 0 1011010 101011 1100 101001001 1010010 110000

Color Harmonies of #E01680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01680

Black with #E01680

Text Example


Text Example

White with #E01680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01680; }

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

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

background-color css

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

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

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

border-color css

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

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

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