Html Css Color HEX #E11585 Medium Violet Red

📋 copy color: '#E11585'

red 225 ◦ green 21 ◦ blue 133

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

Shades of Medium Violet Red #E11585

Tints of Medium Violet Red #E11585

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.54%

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

R = 59.37%
G = 5.54%
B = 35.09%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.41

 K value IS 0.12

RGB Variations

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

Color information

#E11585 (or 0xE11585) is known color: Medium Violet Red. HEX triplet: E1, 15 and 85. RGB value is (225,21,133). Sum of RGB (Red+Green+Blue) = 225+21+133=379 (50% of max value = 765). Red value is 225 (88.28% from 255 or 59.37% from 379); Green value is 21 (8.59% from 255 or 5.54% from 379); Blue value is 133 (52.34% from 255 or 35.09% from 379); Max value from RGB is 225 - color contains mainly: red. Hex color #E11585 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E11585 is #1EEA7A. Grayscale: #5E5E5E. Windows color (decimal): -2026107 or 8721889. OLE color: 8721889.

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

Color convert

RGB 225 21 133 -
CMYK 0 0.91 0.41 0.12
HSL 327.06º 0.83% 0.48% -
HSV(B) 327.06º 0.91% 0.88% -
XYZ 35.55 18.24 23.84 -
YUV 94.76 149.59 220.89 -
System Red Green Blue C M Y K H S L
Decimal 225 21 133 0 0.91 0.41 0.12 327.06 0.83 0.48
Hex E1 15 85 0 5B 29 C 147 53 30
Octal 341 25 205 0 133 51 14 507 123 60
Binary 11100001 10101 10000101 0 1011011 101001 1100 101000111 1010011 110000

Color Harmonies of #E11585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11585

Black with #E11585

Text Example


Text Example

White with #E11585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11585; }

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

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

background-color css

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

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

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

border-color css

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

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

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