Html Css Color HEX #E00680 Medium Violet Red

📋 copy color: '#E00680'

red 224 ◦ green 6 ◦ blue 128

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

Shades of Medium Violet Red #E00680

Tints of Medium Violet Red #E00680

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.68%

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

R = 62.57%
G = 1.68%
B = 35.75%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.43

 K value IS 0.12

RGB Variations

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

Color information

#E00680 (or 0xE00680) is known color: Medium Violet Red. HEX triplet: E0, 06 and 80. RGB value is (224,6,128). Sum of RGB (Red+Green+Blue) = 224+6+128=358 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.57% from 358); Green value is 6 (2.73% from 255 or 1.68% from 358); Blue value is 128 (50.39% from 255 or 35.75% from 358); Max value from RGB is 224 - color contains mainly: red. Hex color #E00680 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E00680 is #1FF97F. Grayscale: #545454. Windows color (decimal): -2095488 or 8390368. OLE color: 8390368.

HSL color Cylindrical-coordinate representation of color #E00680: hue angle of 326.42º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E00680 is Cyan = 0, Magento = 0.97, Yellow = 0.43 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 6 128 -
CMYK 0 0.97 0.43 0.12
HSL 326.42º 0.95% 0.45% -
HSV(B) 326.42º 0.97% 0.88% -
XYZ 34.7 17.54 21.98 -
YUV 85.09 152.22 227.08 -
System Red Green Blue C M Y K H S L
Decimal 224 6 128 0 0.97 0.43 0.12 326.42 0.95 0.45
Hex E0 6 80 0 61 2B C 146 5F 2D
Octal 340 6 200 0 141 53 14 506 137 55
Binary 11100000 110 10000000 0 1100001 101011 1100 101000110 1011111 101101

Color Harmonies of #E00680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00680

Black with #E00680

Text Example


Text Example

White with #E00680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00680; }

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

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

background-color css

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

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

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

border-color css

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

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

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