Html Css Color HEX #E11286 Medium Violet Red

📋 copy color: '#E11286'

red 225 ◦ green 18 ◦ blue 134

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

Shades of Medium Violet Red #E11286

Tints of Medium Violet Red #E11286

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.77%

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

R = 59.68%
G = 4.77%
B = 35.54%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.40

 K value IS 0.12

RGB Variations

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

Color information

#E11286 (or 0xE11286) is known color: Medium Violet Red. HEX triplet: E1, 12 and 86. RGB value is (225,18,134). Sum of RGB (Red+Green+Blue) = 225+18+134=377 (49% of max value = 765). Red value is 225 (88.28% from 255 or 59.68% from 377); Green value is 18 (7.42% from 255 or 4.77% from 377); Blue value is 134 (52.73% from 255 or 35.54% from 377); Max value from RGB is 225 - color contains mainly: red. Hex color #E11286 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E11286 is #1EED79. Grayscale: #5C5C5C. Windows color (decimal): -2026874 or 8786657. OLE color: 8786657.

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

Color convert

RGB 225 18 134 -
CMYK 0 0.92 0.40 0.12
HSL 326.38º 0.85% 0.48% -
HSV(B) 326.38º 0.92% 0.88% -
XYZ 35.57 18.16 24.18 -
YUV 93.12 151.08 222.07 -
System Red Green Blue C M Y K H S L
Decimal 225 18 134 0 0.92 0.40 0.12 326.38 0.85 0.48
Hex E1 12 86 0 5C 28 C 146 55 30
Octal 341 22 206 0 134 50 14 506 125 60
Binary 11100001 10010 10000110 0 1011100 101000 1100 101000110 1010101 110000

Color Harmonies of #E11286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11286

Black with #E11286

Text Example


Text Example

White with #E11286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11286; }

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

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

background-color css

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

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

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

border-color css

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

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

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