Html Css Color HEX #E10084 Medium Violet Red

📋 copy color: '#E10084'

red 225 ◦ green 0 ◦ blue 132

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

Shades of Medium Violet Red #E10084

Tints of Medium Violet Red #E10084

RGB

 RED value IS 225 (88.28% from 255) = 63.03%

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

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

R = 63.03%
G = 0%
B = 36.97%

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

#E10084 (or 0xE10084) is known color: Medium Violet Red. HEX triplet: E1, 00 and 84. RGB value is (225,0,132). Sum of RGB (Red+Green+Blue) = 225+0+132=357 (47% of max value = 765). Red value is 225 (88.28% from 255 or 63.03% from 357); Green value is 0 (0.39% from 255 or 0% from 357); Blue value is 132 (51.95% from 255 or 36.97% from 357); Max value from RGB is 225 - color contains mainly: red. Hex color #E10084 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E10084 is #1EFF7B. Grayscale: #525252. Windows color (decimal): -2031484 or 8650977. OLE color: 8650977.

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

Color convert

RGB 225 0 132 -
CMYK 0 1 0.41 0.12
HSL 324.8º 1% 0.44% -
HSV(B) 324.8º 1% 0.88% -
XYZ 35.22 17.67 23.39 -
YUV 82.32 156.04 229.77 -
System Red Green Blue C M Y K H S L
Decimal 225 0 132 0 1 0.41 0.12 324.8 1 0.44
Hex E1 0 84 0 64 29 C 145 64 2C
Octal 341 0 204 0 144 51 14 505 144 54
Binary 11100001 0 10000100 0 1100100 101001 1100 101000101 1100100 101100

Color Harmonies of #E10084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10084

Black with #E10084

Text Example


Text Example

White with #E10084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10084; }

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

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

background-color css

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

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

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

border-color css

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

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

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