Html Css Color HEX #E01185 Medium Violet Red

📋 copy color: '#E01185'

red 224 ◦ green 17 ◦ blue 133

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

Shades of Medium Violet Red #E01185

Tints of Medium Violet Red #E01185

RGB

 RED value IS 224 (87.89% from 255) = 59.89%

 GREEN value IS 17 (7.03% from 255) = 4.55%

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

R = 59.89%
G = 4.55%
B = 35.56%

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

#E01185 (or 0xE01185) is known color: Medium Violet Red. HEX triplet: E0, 11 and 85. RGB value is (224,17,133). Sum of RGB (Red+Green+Blue) = 224+17+133=374 (49% of max value = 765). Red value is 224 (87.89% from 255 or 59.89% from 374); Green value is 17 (7.03% from 255 or 4.55% from 374); Blue value is 133 (52.34% from 255 or 35.56% from 374); Max value from RGB is 224 - color contains mainly: red. Hex color #E01185 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E01185 is #1FEE7A. Grayscale: #5B5B5B. Windows color (decimal): -2092667 or 8720864. OLE color: 8720864.

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

Color convert

RGB 224 17 133 -
CMYK 0 0.92 0.41 0.12
HSL 326.38º 0.86% 0.47% -
HSV(B) 326.38º 0.92% 0.88% -
XYZ 35.17 17.94 23.8 -
YUV 92.12 151.08 222.07 -
System Red Green Blue C M Y K H S L
Decimal 224 17 133 0 0.92 0.41 0.12 326.38 0.86 0.47
Hex E0 11 85 0 5C 29 C 146 56 2F
Octal 340 21 205 0 134 51 14 506 126 57
Binary 11100000 10001 10000101 0 1011100 101001 1100 101000110 1010110 101111

Color Harmonies of #E01185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01185

Black with #E01185

Text Example


Text Example

White with #E01185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01185; }

 p { color: rgb(224,17,133); }

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

background-color css

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

 a { background-color: rgb(224,17,133); }

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

border-color css

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

 span { border-color: rgb(224,17,133); }

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