Html Css Color HEX #E40180 Medium Violet Red

📋 copy color: '#E40180'

red 228 ◦ green 1 ◦ blue 128

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

Shades of Medium Violet Red #E40180

Tints of Medium Violet Red #E40180

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.28%

 BLUE value IS 128 (50.39% from 255) = 35.85%

R = 63.87%
G = 0.28%
B = 35.85%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.44

 K value IS 0.11

RGB Variations

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

Color information

#E40180 (or 0xE40180) is known color: Medium Violet Red. HEX triplet: E4, 01 and 80. RGB value is (228,1,128). Sum of RGB (Red+Green+Blue) = 228+1+128=357 (47% of max value = 765). Red value is 228 (89.45% from 255 or 63.87% from 357); Green value is 1 (0.78% from 255 or 0.28% from 357); Blue value is 128 (50.39% from 255 or 35.85% from 357); Max value from RGB is 228 - color contains mainly: red. Hex color #E40180 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E40180 is #1BFE7F. Grayscale: #535353. Windows color (decimal): -1834624 or 8389092. OLE color: 8389092.

HSL color Cylindrical-coordinate representation of color #E40180: hue angle of 326.43º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E40180 is Cyan = 0, Magento = 1.00, Yellow = 0.44 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 1 128 -
CMYK 0 1.00 0.44 0.11
HSL 326.43º 0.99% 0.45% -
HSV(B) 326.43º 1% 0.89% -
XYZ 35.9 18.07 22.02 -
YUV 83.35 153.21 231.17 -
System Red Green Blue C M Y K H S L
Decimal 228 1 128 0 1.00 0.44 0.11 326.43 0.99 0.45
Hex E4 1 80 0 64 2C B 146 63 2D
Octal 344 1 200 0 144 54 13 506 143 55
Binary 11100100 1 10000000 0 1100100 101100 1011 101000110 1100011 101101

Color Harmonies of #E40180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E40180

Black with #E40180

Text Example


Text Example

White with #E40180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E40180; }

 p { color: rgb(228,1,128); }

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

background-color css

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

 a { background-color: rgb(228,1,128); }

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

border-color css

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

 span { border-color: rgb(228,1,128); }

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