Html Css Color HEX #E10082 Medium Violet Red

📋 copy color: '#E10082'

red 225 ◦ green 0 ◦ blue 130

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

Shades of Medium Violet Red #E10082

Tints of Medium Violet Red #E10082

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 36.62%

R = 63.38%
G = 0%
B = 36.62%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.42

 K value IS 0.12

RGB Variations

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

Color information

#E10082 (or 0xE10082) is known color: Medium Violet Red. HEX triplet: E1, 00 and 82. RGB value is (225,0,130). Sum of RGB (Red+Green+Blue) = 225+0+130=355 (47% of max value = 765). Red value is 225 (88.28% from 255 or 63.38% from 355); Green value is 0 (0.39% from 255 or 0% from 355); Blue value is 130 (51.17% from 255 or 36.62% from 355); Max value from RGB is 225 - color contains mainly: red. Hex color #E10082 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E10082 is #1EFF7D. Grayscale: #515151. Windows color (decimal): -2031486 or 8519905. OLE color: 8519905.

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

Color convert

RGB 225 0 130 -
CMYK 0 1 0.42 0.12
HSL 325.33º 1% 0.44% -
HSV(B) 325.33º 1% 0.88% -
XYZ 35.08 17.62 22.67 -
YUV 82.1 155.04 229.93 -
System Red Green Blue C M Y K H S L
Decimal 225 0 130 0 1 0.42 0.12 325.33 1 0.44
Hex E1 0 82 0 64 2A C 145 64 2C
Octal 341 0 202 0 144 52 14 505 144 54
Binary 11100001 0 10000010 0 1100100 101010 1100 101000101 1100100 101100

Color Harmonies of #E10082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10082

Black with #E10082

Text Example


Text Example

White with #E10082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10082; }

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

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

background-color css

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

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

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

border-color css

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

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

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