Html Css Color HEX #E00084 Medium Violet Red

📋 copy color: '#E00084'

red 224 ◦ green 0 ◦ blue 132

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

Shades of Medium Violet Red #E00084

Tints of Medium Violet Red #E00084

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 132 (51.95% from 255) = 37.08%

R = 62.92%
G = 0%
B = 37.08%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.41

 K value IS 0.12

RGB Variations

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

Color information

#E00084 (or 0xE00084) is known color: Medium Violet Red. HEX triplet: E0, 00 and 84. RGB value is (224,0,132). Sum of RGB (Red+Green+Blue) = 224+0+132=356 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.92% from 356); Green value is 0 (0.39% from 255 or 0% from 356); Blue value is 132 (51.95% from 255 or 37.08% from 356); Max value from RGB is 224 - color contains mainly: red. Hex color #E00084 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E00084 is #1FFF7B. Grayscale: #515151. Windows color (decimal): -2097020 or 8650976. OLE color: 8650976.

HSL color Cylindrical-coordinate representation of color #E00084: hue angle of 324.64º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E00084 is Cyan = 0, Magento = 1, Yellow = 0.41 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 0 132 -
CMYK 0 1 0.41 0.12
HSL 324.64º 1% 0.44% -
HSV(B) 324.64º 1% 0.88% -
XYZ 34.91 17.51 23.37 -
YUV 82.02 156.21 229.27 -
System Red Green Blue C M Y K H S L
Decimal 224 0 132 0 1 0.41 0.12 324.64 1 0.44
Hex E0 0 84 0 64 29 C 145 64 2C
Octal 340 0 204 0 144 51 14 505 144 54
Binary 11100000 0 10000100 0 1100100 101001 1100 101000101 1100100 101100

Color Harmonies of #E00084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00084

Black with #E00084

Text Example


Text Example

White with #E00084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00084; }

 p { color: rgb(224,0,132); }

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

background-color css

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

 a { background-color: rgb(224,0,132); }

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

border-color css

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

 span { border-color: rgb(224,0,132); }

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