Html Css Color HEX #E11182 Medium Violet Red

📋 copy color: '#E11182'

red 225 ◦ green 17 ◦ blue 130

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

Shades of Medium Violet Red #E11182

Tints of Medium Violet Red #E11182

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.57%

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

R = 60.48%
G = 4.57%
B = 34.95%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.42

 K value IS 0.12

RGB Variations

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

Color information

#E11182 (or 0xE11182) is known color: Medium Violet Red. HEX triplet: E1, 11 and 82. RGB value is (225,17,130). Sum of RGB (Red+Green+Blue) = 225+17+130=372 (49% of max value = 765). Red value is 225 (88.28% from 255 or 60.48% from 372); Green value is 17 (7.03% from 255 or 4.57% from 372); Blue value is 130 (51.17% from 255 or 34.95% from 372); Max value from RGB is 225 - color contains mainly: red. Hex color #E11182 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E11182 is #1EEE7D. Grayscale: #5B5B5B. Windows color (decimal): -2027134 or 8524257. OLE color: 8524257.

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

Color convert

RGB 225 17 130 -
CMYK 0 0.92 0.42 0.12
HSL 327.4º 0.86% 0.47% -
HSV(B) 327.4º 0.92% 0.88% -
XYZ 35.28 18.02 22.74 -
YUV 92.07 149.41 222.81 -
System Red Green Blue C M Y K H S L
Decimal 225 17 130 0 0.92 0.42 0.12 327.4 0.86 0.47
Hex E1 11 82 0 5C 2A C 147 56 2F
Octal 341 21 202 0 134 52 14 507 126 57
Binary 11100001 10001 10000010 0 1011100 101010 1100 101000111 1010110 101111

Color Harmonies of #E11182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11182

Black with #E11182

Text Example


Text Example

White with #E11182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11182; }

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

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

background-color css

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

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

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

border-color css

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

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

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