Html Css Color HEX #E41485 Medium Violet Red

📋 copy color: '#E41485'

red 228 ◦ green 20 ◦ blue 133

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

Shades of Medium Violet Red #E41485

Tints of Medium Violet Red #E41485

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.25%

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

R = 59.84%
G = 5.25%
B = 34.91%

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

#E41485 (or 0xE41485) is known color: Medium Violet Red. HEX triplet: E4, 14 and 85. RGB value is (228,20,133). Sum of RGB (Red+Green+Blue) = 228+20+133=381 (50% of max value = 765). Red value is 228 (89.45% from 255 or 59.84% from 381); Green value is 20 (8.20% from 255 or 5.25% from 381); Blue value is 133 (52.34% from 255 or 34.91% from 381); Max value from RGB is 228 - color contains mainly: red. Hex color #E41485 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E41485 is #1BEB7A. Grayscale: #5E5E5E. Windows color (decimal): -1829755 or 8721636. OLE color: 8721636.

HSL color Cylindrical-coordinate representation of color #E41485: hue angle of 327.4º degrees, saturation: 0.84, 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 #E41485 is Cyan = 0, Magento = 0.91, Yellow = 0.42 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 20 133 -
CMYK 0 0.91 0.42 0.11
HSL 327.4º 0.84% 0.49% -
HSV(B) 327.4º 0.91% 0.89% -
XYZ 36.48 18.69 23.87 -
YUV 95.07 149.41 222.81 -
System Red Green Blue C M Y K H S L
Decimal 228 20 133 0 0.91 0.42 0.11 327.4 0.84 0.49
Hex E4 14 85 0 5B 2A B 147 54 31
Octal 344 24 205 0 133 52 13 507 124 61
Binary 11100100 10100 10000101 0 1011011 101010 1011 101000111 1010100 110001

Color Harmonies of #E41485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E41485

Black with #E41485

Text Example


Text Example

White with #E41485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E41485; }

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

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

background-color css

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

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

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

border-color css

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

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

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