Html Css Color HEX #E40A85 Medium Violet Red

📋 copy color: '#E40A85'

red 228 ◦ green 10 ◦ blue 133

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

Shades of Medium Violet Red #E40A85

Tints of Medium Violet Red #E40A85

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.7%

 BLUE value IS 133 (52.34% from 255) = 35.85%

R = 61.46%
G = 2.7%
B = 35.85%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.42

 K value IS 0.11

RGB Variations

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

Color information

#E40A85 (or 0xE40A85) is known color: Medium Violet Red. HEX triplet: E4, 0A and 85. RGB value is (228,10,133). Sum of RGB (Red+Green+Blue) = 228+10+133=371 (49% of max value = 765). Red value is 228 (89.45% from 255 or 61.46% from 371); Green value is 10 (4.30% from 255 or 2.70% from 371); Blue value is 133 (52.34% from 255 or 35.85% from 371); Max value from RGB is 228 - color contains mainly: red. Hex color #E40A85 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E40A85 is #1BF57A. Grayscale: #585858. Windows color (decimal): -1832315 or 8719076. OLE color: 8719076.

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

Color convert

RGB 228 10 133 -
CMYK 0 0.96 0.42 0.11
HSL 326.15º 0.92% 0.47% -
HSV(B) 326.15º 0.96% 0.89% -
XYZ 36.34 18.4 23.83 -
YUV 89.2 152.72 227 -
System Red Green Blue C M Y K H S L
Decimal 228 10 133 0 0.96 0.42 0.11 326.15 0.92 0.47
Hex E4 A 85 0 60 2A B 146 5C 2F
Octal 344 12 205 0 140 52 13 506 134 57
Binary 11100100 1010 10000101 0 1100000 101010 1011 101000110 1011100 101111

Color Harmonies of #E40A85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E40A85

Black with #E40A85

Text Example


Text Example

White with #E40A85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E40A85; }

 p { color: rgb(228,10,133); }

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

background-color css

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

 a { background-color: rgb(228,10,133); }

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

border-color css

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

 span { border-color: rgb(228,10,133); }

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