Html Css Color HEX #E11682 Medium Violet Red

📋 copy color: '#E11682'

red 225 ◦ green 22 ◦ blue 130

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

Shades of Medium Violet Red #E11682

Tints of Medium Violet Red #E11682

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.84%

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

R = 59.68%
G = 5.84%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.42

 K value IS 0.12

RGB Variations

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

Color information

#E11682 (or 0xE11682) is known color: Medium Violet Red. HEX triplet: E1, 16 and 82. RGB value is (225,22,130). Sum of RGB (Red+Green+Blue) = 225+22+130=377 (49% of max value = 765). Red value is 225 (88.28% from 255 or 59.68% from 377); Green value is 22 (8.98% from 255 or 5.84% from 377); Blue value is 130 (51.17% from 255 or 34.48% from 377); Max value from RGB is 225 - color contains mainly: red. Hex color #E11682 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E11682 is #1EE97D. Grayscale: #5E5E5E. Windows color (decimal): -2025854 or 8525537. OLE color: 8525537.

HSL color Cylindrical-coordinate representation of color #E11682: hue angle of 328.08º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E11682 is Cyan = 0, Magento = 0.90, Yellow = 0.42 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 22 130 -
CMYK 0 0.90 0.42 0.12
HSL 328.08º 0.82% 0.48% -
HSV(B) 328.08º 0.9% 0.88% -
XYZ 35.37 18.19 22.77 -
YUV 95.01 147.75 220.72 -
System Red Green Blue C M Y K H S L
Decimal 225 22 130 0 0.90 0.42 0.12 328.08 0.82 0.48
Hex E1 16 82 0 5A 2A C 148 52 30
Octal 341 26 202 0 132 52 14 510 122 60
Binary 11100001 10110 10000010 0 1011010 101010 1100 101001000 1010010 110000

Color Harmonies of #E11682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11682

Black with #E11682

Text Example


Text Example

White with #E11682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11682; }

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

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

background-color css

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

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

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

border-color css

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

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

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