Html Css Color HEX #E40081 Medium Violet Red

📋 copy color: '#E40081'

red 228 ◦ green 0 ◦ blue 129

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

Shades of Medium Violet Red #E40081

Tints of Medium Violet Red #E40081

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 129 (50.78% from 255) = 36.13%

R = 63.87%
G = 0%
B = 36.13%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.43

 K value IS 0.11

RGB Variations

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

Color information

#E40081 (or 0xE40081) is known color: Medium Violet Red. HEX triplet: E4, 00 and 81. RGB value is (228,0,129). Sum of RGB (Red+Green+Blue) = 228+0+129=357 (47% of max value = 765). Red value is 228 (89.45% from 255 or 63.87% from 357); Green value is 0 (0.39% from 255 or 0% from 357); Blue value is 129 (50.78% from 255 or 36.13% from 357); Max value from RGB is 228 - color contains mainly: red. Hex color #E40081 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E40081 is #1BFF7E. Grayscale: #525252. Windows color (decimal): -1834879 or 8454372. OLE color: 8454372.

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

Color convert

RGB 228 0 129 -
CMYK 0 1 0.43 0.11
HSL 326.05º 1% 0.45% -
HSV(B) 326.05º 1% 0.89% -
XYZ 35.96 18.08 22.36 -
YUV 82.88 154.04 231.51 -
System Red Green Blue C M Y K H S L
Decimal 228 0 129 0 1 0.43 0.11 326.05 1 0.45
Hex E4 0 81 0 64 2B B 146 64 2D
Octal 344 0 201 0 144 53 13 506 144 55
Binary 11100100 0 10000001 0 1100100 101011 1011 101000110 1100100 101101

Color Harmonies of #E40081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E40081

Black with #E40081

Text Example


Text Example

White with #E40081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E40081; }

 p { color: rgb(228,0,129); }

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

background-color css

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

 a { background-color: rgb(228,0,129); }

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

border-color css

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

 span { border-color: rgb(228,0,129); }

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