Html Css Color HEX #E11082 Medium Violet Red

📋 copy color: '#E11082'

red 225 ◦ green 16 ◦ blue 130

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

Shades of Medium Violet Red #E11082

Tints of Medium Violet Red #E11082

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.31%

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

R = 60.65%
G = 4.31%
B = 35.04%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.42

 K value IS 0.12

RGB Variations

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

Color information

#E11082 (or 0xE11082) is known color: Medium Violet Red. HEX triplet: E1, 10 and 82. RGB value is (225,16,130). Sum of RGB (Red+Green+Blue) = 225+16+130=371 (49% of max value = 765). Red value is 225 (88.28% from 255 or 60.65% from 371); Green value is 16 (6.64% from 255 or 4.31% from 371); Blue value is 130 (51.17% from 255 or 35.04% from 371); Max value from RGB is 225 - color contains mainly: red. Hex color #E11082 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E11082 is #1EEF7D. Grayscale: #5B5B5B. Windows color (decimal): -2027390 or 8524001. OLE color: 8524001.

HSL color Cylindrical-coordinate representation of color #E11082: hue angle of 327.27º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E11082 is Cyan = 0, Magento = 0.93, Yellow = 0.42 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 16 130 -
CMYK 0 0.93 0.42 0.12
HSL 327.27º 0.87% 0.47% -
HSV(B) 327.27º 0.93% 0.88% -
XYZ 35.27 17.99 22.73 -
YUV 91.49 149.74 223.23 -
System Red Green Blue C M Y K H S L
Decimal 225 16 130 0 0.93 0.42 0.12 327.27 0.87 0.47
Hex E1 10 82 0 5D 2A C 147 57 2F
Octal 341 20 202 0 135 52 14 507 127 57
Binary 11100001 10000 10000010 0 1011101 101010 1100 101000111 1010111 101111

Color Harmonies of #E11082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11082

Black with #E11082

Text Example


Text Example

White with #E11082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11082; }

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

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

background-color css

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

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

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

border-color css

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

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

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