Html Css Color HEX #E41585 Medium Violet Red

📋 copy color: '#E41585'

red 228 ◦ green 21 ◦ blue 133

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

Shades of Medium Violet Red #E41585

Tints of Medium Violet Red #E41585

RGB

 RED value IS 228 (89.45% from 255) = 59.69%

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

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

R = 59.69%
G = 5.5%
B = 34.82%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.42

 K value IS 0.11

RGB Variations

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

Color information

#E41585 (or 0xE41585) is known color: Medium Violet Red. HEX triplet: E4, 15 and 85. RGB value is (228,21,133). Sum of RGB (Red+Green+Blue) = 228+21+133=382 (50% of max value = 765). Red value is 228 (89.45% from 255 or 59.69% from 382); Green value is 21 (8.59% from 255 or 5.50% from 382); Blue value is 133 (52.34% from 255 or 34.82% from 382); Max value from RGB is 228 - color contains mainly: red. Hex color #E41585 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E41585 is #1BEA7A. Grayscale: #5F5F5F. Windows color (decimal): -1829499 or 8721892. OLE color: 8721892.

HSL color Cylindrical-coordinate representation of color #E41585: hue angle of 327.54º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E41585 is Cyan = 0, Magento = 0.91, Yellow = 0.42 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 21 133 -
CMYK 0 0.91 0.42 0.11
HSL 327.54º 0.83% 0.49% -
HSV(B) 327.54º 0.91% 0.89% -
XYZ 36.5 18.72 23.88 -
YUV 95.66 149.08 222.39 -
System Red Green Blue C M Y K H S L
Decimal 228 21 133 0 0.91 0.42 0.11 327.54 0.83 0.49
Hex E4 15 85 0 5B 2A B 148 53 31
Octal 344 25 205 0 133 52 13 510 123 61
Binary 11100100 10101 10000101 0 1011011 101010 1011 101001000 1010011 110001

Color Harmonies of #E41585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E41585

Black with #E41585

Text Example


Text Example

White with #E41585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E41585; }

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

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

background-color css

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

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

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

border-color css

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

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

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