Html Css Color HEX #E00785 Medium Violet Red

📋 copy color: '#E00785'

red 224 ◦ green 7 ◦ blue 133

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

Shades of Medium Violet Red #E00785

Tints of Medium Violet Red #E00785

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.92%

 BLUE value IS 133 (52.34% from 255) = 36.54%

R = 61.54%
G = 1.92%
B = 36.54%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.41

 K value IS 0.12

RGB Variations

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

Color information

#E00785 (or 0xE00785) is known color: Medium Violet Red. HEX triplet: E0, 07 and 85. RGB value is (224,7,133). Sum of RGB (Red+Green+Blue) = 224+7+133=364 (48% of max value = 765). Red value is 224 (87.89% from 255 or 61.54% from 364); Green value is 7 (3.12% from 255 or 1.92% from 364); Blue value is 133 (52.34% from 255 or 36.54% from 364); Max value from RGB is 224 - color contains mainly: red. Hex color #E00785 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E00785 is #1FF87A. Grayscale: #555555. Windows color (decimal): -2095227 or 8718304. OLE color: 8718304.

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

Color convert

RGB 224 7 133 -
CMYK 0 0.97 0.41 0.12
HSL 325.16º 0.94% 0.45% -
HSV(B) 325.16º 0.97% 0.88% -
XYZ 35.05 17.69 23.76 -
YUV 86.25 154.39 226.25 -
System Red Green Blue C M Y K H S L
Decimal 224 7 133 0 0.97 0.41 0.12 325.16 0.94 0.45
Hex E0 7 85 0 61 29 C 145 5E 2D
Octal 340 7 205 0 141 51 14 505 136 55
Binary 11100000 111 10000101 0 1100001 101001 1100 101000101 1011110 101101

Color Harmonies of #E00785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00785

Black with #E00785

Text Example


Text Example

White with #E00785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00785; }

 p { color: rgb(224,7,133); }

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

background-color css

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

 a { background-color: rgb(224,7,133); }

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

border-color css

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

 span { border-color: rgb(224,7,133); }

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