Html Css Color HEX #E40E86 Medium Violet Red

📋 copy color: '#E40E86'

red 228 ◦ green 14 ◦ blue 134

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

Shades of Medium Violet Red #E40E86

Tints of Medium Violet Red #E40E86

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.72%

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

R = 60.64%
G = 3.72%
B = 35.64%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.41

 K value IS 0.11

RGB Variations

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

Color information

#E40E86 (or 0xE40E86) is known color: Medium Violet Red. HEX triplet: E4, 0E and 86. RGB value is (228,14,134). Sum of RGB (Red+Green+Blue) = 228+14+134=376 (49% of max value = 765). Red value is 228 (89.45% from 255 or 60.64% from 376); Green value is 14 (5.86% from 255 or 3.72% from 376); Blue value is 134 (52.73% from 255 or 35.64% from 376); Max value from RGB is 228 - color contains mainly: red. Hex color #E40E86 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E40E86 is #1BF179. Grayscale: #5B5B5B. Windows color (decimal): -1831290 or 8785636. OLE color: 8785636.

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

Color convert

RGB 228 14 134 -
CMYK 0 0.94 0.41 0.11
HSL 326.36º 0.88% 0.47% -
HSV(B) 326.36º 0.94% 0.89% -
XYZ 36.46 18.53 24.21 -
YUV 91.67 151.9 225.24 -
System Red Green Blue C M Y K H S L
Decimal 228 14 134 0 0.94 0.41 0.11 326.36 0.88 0.47
Hex E4 E 86 0 5E 29 B 146 58 2F
Octal 344 16 206 0 136 51 13 506 130 57
Binary 11100100 1110 10000110 0 1011110 101001 1011 101000110 1011000 101111

Color Harmonies of #E40E86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E40E86

Black with #E40E86

Text Example


Text Example

White with #E40E86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E40E86; }

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

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

background-color css

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

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

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

border-color css

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

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

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