Html Css Color HEX #E50C7F Medium Violet Red

📋 copy color: '#E50C7F'

red 229 ◦ green 12 ◦ blue 127

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

Shades of Medium Violet Red #E50C7F

Tints of Medium Violet Red #E50C7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 34.51%

R = 62.23%
G = 3.26%
B = 34.51%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.45

 K value IS 0.10

RGB Variations

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

Color information

#E50C7F (or 0xE50C7F) is known color: Medium Violet Red. HEX triplet: E5, 0C and 7F. RGB value is (229,12,127). Sum of RGB (Red+Green+Blue) = 229+12+127=368 (48% of max value = 765). Red value is 229 (89.84% from 255 or 62.23% from 368); Green value is 12 (5.08% from 255 or 3.26% from 368); Blue value is 127 (50% from 255 or 34.51% from 368); Max value from RGB is 229 - color contains mainly: red. Hex color #E50C7F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E50C7F is #1AF380. Grayscale: #595959. Windows color (decimal): -1766273 or 8326373. OLE color: 8326373.

HSL color Cylindrical-coordinate representation of color #E50C7F: hue angle of 328.2º 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 #E50C7F is Cyan = 0, Magento = 0.95, Yellow = 0.45 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 12 127 -
CMYK 0 0.95 0.45 0.10
HSL 328.2º 0.9% 0.47% -
HSV(B) 328.2º 0.95% 0.9% -
XYZ 36.28 18.45 21.73 -
YUV 89.99 148.89 227.15 -
System Red Green Blue C M Y K H S L
Decimal 229 12 127 0 0.95 0.45 0.10 328.2 0.9 0.47
Hex E5 C 7F 0 5F 2D A 148 5A 2F
Octal 345 14 177 0 137 55 12 510 132 57
Binary 11100101 1100 1111111 0 1011111 101101 1010 101001000 1011010 101111

Color Harmonies of #E50C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50C7F

Black with #E50C7F

Text Example


Text Example

White with #E50C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50C7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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