Html Css Color HEX #E11385 Medium Violet Red

📋 copy color: '#E11385'

red 225 ◦ green 19 ◦ blue 133

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

Shades of Medium Violet Red #E11385

Tints of Medium Violet Red #E11385

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 35.28%

R = 59.68%
G = 5.04%
B = 35.28%

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

#E11385 (or 0xE11385) is known color: Medium Violet Red. HEX triplet: E1, 13 and 85. RGB value is (225,19,133). Sum of RGB (Red+Green+Blue) = 225+19+133=377 (49% of max value = 765). Red value is 225 (88.28% from 255 or 59.68% from 377); Green value is 19 (7.81% from 255 or 5.04% from 377); Blue value is 133 (52.34% from 255 or 35.28% from 377); Max value from RGB is 225 - color contains mainly: red. Hex color #E11385 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E11385 is #1EEC7A. Grayscale: #5D5D5D. Windows color (decimal): -2026619 or 8721377. OLE color: 8721377.

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

Color convert

RGB 225 19 133 -
CMYK 0 0.92 0.41 0.12
HSL 326.8º 0.84% 0.48% -
HSV(B) 326.8º 0.92% 0.88% -
XYZ 35.52 18.17 23.82 -
YUV 93.59 150.25 221.73 -
System Red Green Blue C M Y K H S L
Decimal 225 19 133 0 0.92 0.41 0.12 326.8 0.84 0.48
Hex E1 13 85 0 5C 29 C 147 54 30
Octal 341 23 205 0 134 51 14 507 124 60
Binary 11100001 10011 10000101 0 1011100 101001 1100 101000111 1010100 110000

Color Harmonies of #E11385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11385

Black with #E11385

Text Example


Text Example

White with #E11385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11385; }

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

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

background-color css

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

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

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

border-color css

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

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

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