Html Css Color HEX #E40F86 Medium Violet Red

📋 copy color: '#E40F86'

red 228 ◦ green 15 ◦ blue 134

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

Shades of Medium Violet Red #E40F86

Tints of Medium Violet Red #E40F86

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.98%

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

R = 60.48%
G = 3.98%
B = 35.54%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.41

 K value IS 0.11

RGB Variations

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

Color information

#E40F86 (or 0xE40F86) is known color: Medium Violet Red. HEX triplet: E4, 0F and 86. RGB value is (228,15,134). Sum of RGB (Red+Green+Blue) = 228+15+134=377 (49% of max value = 765). Red value is 228 (89.45% from 255 or 60.48% from 377); Green value is 15 (6.25% from 255 or 3.98% from 377); Blue value is 134 (52.73% from 255 or 35.54% from 377); Max value from RGB is 228 - color contains mainly: red. Hex color #E40F86 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E40F86 is #1BF079. Grayscale: #5B5B5B. Windows color (decimal): -1831034 or 8785892. OLE color: 8785892.

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

Color convert

RGB 228 15 134 -
CMYK 0 0.93 0.41 0.11
HSL 326.48º 0.88% 0.48% -
HSV(B) 326.48º 0.93% 0.89% -
XYZ 36.47 18.56 24.21 -
YUV 92.25 151.57 224.82 -
System Red Green Blue C M Y K H S L
Decimal 228 15 134 0 0.93 0.41 0.11 326.48 0.88 0.48
Hex E4 F 86 0 5D 29 B 146 58 30
Octal 344 17 206 0 135 51 13 506 130 60
Binary 11100100 1111 10000110 0 1011101 101001 1011 101000110 1011000 110000

Color Harmonies of #E40F86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E40F86

Black with #E40F86

Text Example


Text Example

White with #E40F86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E40F86; }

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

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

background-color css

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

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

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

border-color css

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

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

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