Html Css Color HEX #E41386 Medium Violet Red

📋 copy color: '#E41386'

red 228 ◦ green 19 ◦ blue 134

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

Shades of Medium Violet Red #E41386

Tints of Medium Violet Red #E41386

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.99%

 BLUE value IS 134 (52.73% from 255) = 35.17%

R = 59.84%
G = 4.99%
B = 35.17%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.41

 K value IS 0.11

RGB Variations

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

Color information

#E41386 (or 0xE41386) is known color: Medium Violet Red. HEX triplet: E4, 13 and 86. RGB value is (228,19,134). Sum of RGB (Red+Green+Blue) = 228+19+134=381 (50% of max value = 765). Red value is 228 (89.45% from 255 or 59.84% from 381); Green value is 19 (7.81% from 255 or 4.99% from 381); Blue value is 134 (52.73% from 255 or 35.17% from 381); Max value from RGB is 228 - color contains mainly: red. Hex color #E41386 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E41386 is #1BEC79. Grayscale: #5E5E5E. Windows color (decimal): -1830010 or 8786916. OLE color: 8786916.

HSL color Cylindrical-coordinate representation of color #E41386: hue angle of 326.99º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E41386 is Cyan = 0, Magento = 0.92, Yellow = 0.41 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 19 134 -
CMYK 0 0.92 0.41 0.11
HSL 326.99º 0.85% 0.48% -
HSV(B) 326.99º 0.92% 0.89% -
XYZ 36.53 18.68 24.23 -
YUV 94.6 150.24 223.15 -
System Red Green Blue C M Y K H S L
Decimal 228 19 134 0 0.92 0.41 0.11 326.99 0.85 0.48
Hex E4 13 86 0 5C 29 B 147 55 30
Octal 344 23 206 0 134 51 13 507 125 60
Binary 11100100 10011 10000110 0 1011100 101001 1011 101000111 1010101 110000

Color Harmonies of #E41386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E41386

Black with #E41386

Text Example


Text Example

White with #E41386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E41386; }

 p { color: rgb(228,19,134); }

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

background-color css

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

 a { background-color: rgb(228,19,134); }

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

border-color css

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

 span { border-color: rgb(228,19,134); }

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