Html Css Color HEX #E40D82 Medium Violet Red

📋 copy color: '#E40D82'

red 228 ◦ green 13 ◦ blue 130

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

Shades of Medium Violet Red #E40D82

Tints of Medium Violet Red #E40D82

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.5%

 BLUE value IS 130 (51.17% from 255) = 35.04%

R = 61.46%
G = 3.5%
B = 35.04%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.43

 K value IS 0.11

RGB Variations

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

Color information

#E40D82 (or 0xE40D82) is known color: Medium Violet Red. HEX triplet: E4, 0D and 82. RGB value is (228,13,130). Sum of RGB (Red+Green+Blue) = 228+13+130=371 (49% of max value = 765). Red value is 228 (89.45% from 255 or 61.46% from 371); Green value is 13 (5.47% from 255 or 3.50% from 371); Blue value is 130 (51.17% from 255 or 35.04% from 371); Max value from RGB is 228 - color contains mainly: red. Hex color #E40D82 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E40D82 is #1BF27D. Grayscale: #5A5A5A. Windows color (decimal): -1831550 or 8523236. OLE color: 8523236.

HSL color Cylindrical-coordinate representation of color #E40D82: hue angle of 327.35º degrees, saturation: 0.89, 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 #E40D82 is Cyan = 0, Magento = 0.94, Yellow = 0.43 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 13 130 -
CMYK 0 0.94 0.43 0.11
HSL 327.35º 0.89% 0.47% -
HSV(B) 327.35º 0.94% 0.89% -
XYZ 36.17 18.39 22.76 -
YUV 90.62 150.23 225.99 -
System Red Green Blue C M Y K H S L
Decimal 228 13 130 0 0.94 0.43 0.11 327.35 0.89 0.47
Hex E4 D 82 0 5E 2B B 147 59 2F
Octal 344 15 202 0 136 53 13 507 131 57
Binary 11100100 1101 10000010 0 1011110 101011 1011 101000111 1011001 101111

Color Harmonies of #E40D82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E40D82

Black with #E40D82

Text Example


Text Example

White with #E40D82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E40D82; }

 p { color: rgb(228,13,130); }

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

background-color css

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

 a { background-color: rgb(228,13,130); }

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

border-color css

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

 span { border-color: rgb(228,13,130); }

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