Html Css Color HEX #E11384 Medium Violet Red

📋 copy color: '#E11384'

red 225 ◦ green 19 ◦ blue 132

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

Shades of Medium Violet Red #E11384

Tints of Medium Violet Red #E11384

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.05%

 BLUE value IS 132 (51.95% from 255) = 35.11%

R = 59.84%
G = 5.05%
B = 35.11%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.41

 K value IS 0.12

RGB Variations

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

Color information

#E11384 (or 0xE11384) is known color: Medium Violet Red. HEX triplet: E1, 13 and 84. RGB value is (225,19,132). Sum of RGB (Red+Green+Blue) = 225+19+132=376 (49% of max value = 765). Red value is 225 (88.28% from 255 or 59.84% from 376); Green value is 19 (7.81% from 255 or 5.05% from 376); Blue value is 132 (51.95% from 255 or 35.11% from 376); Max value from RGB is 225 - color contains mainly: red. Hex color #E11384 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E11384 is #1EEC7B. Grayscale: #5D5D5D. Windows color (decimal): -2026620 or 8655841. OLE color: 8655841.

HSL color Cylindrical-coordinate representation of color #E11384: hue angle of 327.09º degrees, saturation: 0.84, 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 #E11384 is Cyan = 0, Magento = 0.92, Yellow = 0.41 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 19 132 -
CMYK 0 0.92 0.41 0.12
HSL 327.09º 0.84% 0.48% -
HSV(B) 327.09º 0.92% 0.88% -
XYZ 35.45 18.14 23.46 -
YUV 93.48 149.75 221.81 -
System Red Green Blue C M Y K H S L
Decimal 225 19 132 0 0.92 0.41 0.12 327.09 0.84 0.48
Hex E1 13 84 0 5C 29 C 147 54 30
Octal 341 23 204 0 134 51 14 507 124 60
Binary 11100001 10011 10000100 0 1011100 101001 1100 101000111 1010100 110000

Color Harmonies of #E11384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11384

Black with #E11384

Text Example


Text Example

White with #E11384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11384; }

 p { color: rgb(225,19,132); }

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

background-color css

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

 a { background-color: rgb(225,19,132); }

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

border-color css

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

 span { border-color: rgb(225,19,132); }

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