Html Css Color HEX #E11086 Medium Violet Red

📋 copy color: '#E11086'

red 225 ◦ green 16 ◦ blue 134

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

Shades of Medium Violet Red #E11086

Tints of Medium Violet Red #E11086

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 35.73%

R = 60%
G = 4.27%
B = 35.73%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.40

 K value IS 0.12

RGB Variations

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

Color information

#E11086 (or 0xE11086) is known color: Medium Violet Red. HEX triplet: E1, 10 and 86. RGB value is (225,16,134). Sum of RGB (Red+Green+Blue) = 225+16+134=375 (49% of max value = 765). Red value is 225 (88.28% from 255 or 60% from 375); Green value is 16 (6.64% from 255 or 4.27% from 375); Blue value is 134 (52.73% from 255 or 35.73% from 375); Max value from RGB is 225 - color contains mainly: red. Hex color #E11086 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E11086 is #1EEF79. Grayscale: #5B5B5B. Windows color (decimal): -2027386 or 8786145. OLE color: 8786145.

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

Color convert

RGB 225 16 134 -
CMYK 0 0.93 0.40 0.12
HSL 326.12º 0.87% 0.47% -
HSV(B) 326.12º 0.93% 0.88% -
XYZ 35.54 18.1 24.17 -
YUV 91.94 151.74 222.91 -
System Red Green Blue C M Y K H S L
Decimal 225 16 134 0 0.93 0.40 0.12 326.12 0.87 0.47
Hex E1 10 86 0 5D 28 C 146 57 2F
Octal 341 20 206 0 135 50 14 506 127 57
Binary 11100001 10000 10000110 0 1011101 101000 1100 101000110 1010111 101111

Color Harmonies of #E11086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11086

Black with #E11086

Text Example


Text Example

White with #E11086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11086; }

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

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

background-color css

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

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

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

border-color css

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

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

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