Html Css Color HEX #E01585 Medium Violet Red

📋 copy color: '#E01585'

red 224 ◦ green 21 ◦ blue 133

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

Shades of Medium Violet Red #E01585

Tints of Medium Violet Red #E01585

RGB

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

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

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

R = 59.26%
G = 5.56%
B = 35.19%

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

#E01585 (or 0xE01585) is known color: Medium Violet Red. HEX triplet: E0, 15 and 85. RGB value is (224,21,133). Sum of RGB (Red+Green+Blue) = 224+21+133=378 (50% of max value = 765). Red value is 224 (87.89% from 255 or 59.26% from 378); Green value is 21 (8.59% from 255 or 5.56% from 378); Blue value is 133 (52.34% from 255 or 35.19% from 378); Max value from RGB is 224 - color contains mainly: red. Hex color #E01585 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E01585 is #1FEA7A. Grayscale: #5E5E5E. Windows color (decimal): -2091643 or 8721888. OLE color: 8721888.

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

Color convert

RGB 224 21 133 -
CMYK 0 0.91 0.41 0.12
HSL 326.9º 0.83% 0.48% -
HSV(B) 326.9º 0.91% 0.88% -
XYZ 35.24 18.08 23.82 -
YUV 94.47 149.75 220.39 -
System Red Green Blue C M Y K H S L
Decimal 224 21 133 0 0.91 0.41 0.12 326.9 0.83 0.48
Hex E0 15 85 0 5B 29 C 147 53 30
Octal 340 25 205 0 133 51 14 507 123 60
Binary 11100000 10101 10000101 0 1011011 101001 1100 101000111 1010011 110000

Color Harmonies of #E01585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01585

Black with #E01585

Text Example


Text Example

White with #E01585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01585; }

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

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

background-color css

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

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

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

border-color css

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

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

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