Html Css Color HEX #E50C81 Medium Violet Red

📋 copy color: '#E50C81'

red 229 ◦ green 12 ◦ blue 129

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

Shades of Medium Violet Red #E50C81

Tints of Medium Violet Red #E50C81

RGB

 RED value IS 229 (89.84% from 255) = 61.89%

 GREEN value IS 12 (5.08% from 255) = 3.24%

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

R = 61.89%
G = 3.24%
B = 34.86%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.44

 K value IS 0.10

RGB Variations

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

Color information

#E50C81 (or 0xE50C81) is known color: Medium Violet Red. HEX triplet: E5, 0C and 81. RGB value is (229,12,129). Sum of RGB (Red+Green+Blue) = 229+12+129=370 (49% of max value = 765). Red value is 229 (89.84% from 255 or 61.89% from 370); Green value is 12 (5.08% from 255 or 3.24% from 370); Blue value is 129 (50.78% from 255 or 34.86% from 370); Max value from RGB is 229 - color contains mainly: red. Hex color #E50C81 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E50C81 is #1AF37E. Grayscale: #595959. Windows color (decimal): -1766271 or 8457445. OLE color: 8457445.

HSL color Cylindrical-coordinate representation of color #E50C81: hue angle of 327.65º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E50C81 is Cyan = 0, Magento = 0.95, Yellow = 0.44 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 12 129 -
CMYK 0 0.95 0.44 0.10
HSL 327.65º 0.9% 0.47% -
HSV(B) 327.65º 0.95% 0.9% -
XYZ 36.41 18.51 22.42 -
YUV 90.22 149.89 226.99 -
System Red Green Blue C M Y K H S L
Decimal 229 12 129 0 0.95 0.44 0.10 327.65 0.9 0.47
Hex E5 C 81 0 5F 2C A 148 5A 2F
Octal 345 14 201 0 137 54 12 510 132 57
Binary 11100101 1100 10000001 0 1011111 101100 1010 101001000 1011010 101111

Color Harmonies of #E50C81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50C81

Black with #E50C81

Text Example


Text Example

White with #E50C81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50C81; }

 p { color: rgb(229,12,129); }

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

background-color css

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

 a { background-color: rgb(229,12,129); }

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

border-color css

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

 span { border-color: rgb(229,12,129); }

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