Html Css Color HEX #E1127F Medium Violet Red

📋 copy color: '#E1127F'

red 225 ◦ green 18 ◦ blue 127

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

Shades of Medium Violet Red #E1127F

Tints of Medium Violet Red #E1127F

RGB

 RED value IS 225 (88.28% from 255) = 60.81%

 GREEN value IS 18 (7.42% from 255) = 4.86%

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

R = 60.81%
G = 4.86%
B = 34.32%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.44

 K value IS 0.12

RGB Variations

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

Color information

#E1127F (or 0xE1127F) is known color: Medium Violet Red. HEX triplet: E1, 12 and 7F. RGB value is (225,18,127). Sum of RGB (Red+Green+Blue) = 225+18+127=370 (49% of max value = 765). Red value is 225 (88.28% from 255 or 60.81% from 370); Green value is 18 (7.42% from 255 or 4.86% from 370); Blue value is 127 (50% from 255 or 34.32% from 370); Max value from RGB is 225 - color contains mainly: red. Hex color #E1127F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E1127F is #1EED80. Grayscale: #5C5C5C. Windows color (decimal): -2026881 or 8327905. OLE color: 8327905.

HSL color Cylindrical-coordinate representation of color #E1127F: hue angle of 328.41º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E1127F is Cyan = 0, Magento = 0.92, Yellow = 0.44 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 18 127 -
CMYK 0 0.92 0.44 0.12
HSL 328.41º 0.85% 0.48% -
HSV(B) 328.41º 0.92% 0.88% -
XYZ 35.1 17.97 21.7 -
YUV 92.32 147.58 222.64 -
System Red Green Blue C M Y K H S L
Decimal 225 18 127 0 0.92 0.44 0.12 328.41 0.85 0.48
Hex E1 12 7F 0 5C 2C C 148 55 30
Octal 341 22 177 0 134 54 14 510 125 60
Binary 11100001 10010 1111111 0 1011100 101100 1100 101001000 1010101 110000

Color Harmonies of #E1127F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1127F

Black with #E1127F

Text Example


Text Example

White with #E1127F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1127F; }

 p { color: rgb(225,18,127); }

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

background-color css

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

 a { background-color: rgb(225,18,127); }

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

border-color css

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

 span { border-color: rgb(225,18,127); }

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