Html Css Color HEX #E00686 Medium Violet Red

📋 copy color: '#E00686'

red 224 ◦ green 6 ◦ blue 134

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

Shades of Medium Violet Red #E00686

Tints of Medium Violet Red #E00686

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 36.81%

R = 61.54%
G = 1.65%
B = 36.81%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.40

 K value IS 0.12

RGB Variations

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

Color information

#E00686 (or 0xE00686) is known color: Medium Violet Red. HEX triplet: E0, 06 and 86. RGB value is (224,6,134). Sum of RGB (Red+Green+Blue) = 224+6+134=364 (48% of max value = 765). Red value is 224 (87.89% from 255 or 61.54% from 364); Green value is 6 (2.73% from 255 or 1.65% from 364); Blue value is 134 (52.73% from 255 or 36.81% from 364); Max value from RGB is 224 - color contains mainly: red. Hex color #E00686 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E00686 is #1FF979. Grayscale: #555555. Windows color (decimal): -2095482 or 8783584. OLE color: 8783584.

HSL color Cylindrical-coordinate representation of color #E00686: hue angle of 324.77º 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 #E00686 is Cyan = 0, Magento = 0.97, Yellow = 0.40 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 6 134 -
CMYK 0 0.97 0.40 0.12
HSL 324.77º 0.95% 0.45% -
HSV(B) 324.77º 0.97% 0.88% -
XYZ 35.11 17.7 24.12 -
YUV 85.77 155.22 226.59 -
System Red Green Blue C M Y K H S L
Decimal 224 6 134 0 0.97 0.40 0.12 324.77 0.95 0.45
Hex E0 6 86 0 61 28 C 145 5F 2D
Octal 340 6 206 0 141 50 14 505 137 55
Binary 11100000 110 10000110 0 1100001 101000 1100 101000101 1011111 101101

Color Harmonies of #E00686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00686

Black with #E00686

Text Example


Text Example

White with #E00686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00686; }

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

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

background-color css

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

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

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

border-color css

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

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

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