Html Css Color HEX #E1158C Medium Violet Red

📋 copy color: '#E1158C'

red 225 ◦ green 21 ◦ blue 140

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

Shades of Medium Violet Red #E1158C

Tints of Medium Violet Red #E1158C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.44%

 BLUE value IS 140 (55.08% from 255) = 36.27%

R = 58.29%
G = 5.44%
B = 36.27%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.38

 K value IS 0.12

RGB Variations

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

Color information

#E1158C (or 0xE1158C) is known color: Medium Violet Red. HEX triplet: E1, 15 and 8C. RGB value is (225,21,140). Sum of RGB (Red+Green+Blue) = 225+21+140=386 (51% of max value = 765). Red value is 225 (88.28% from 255 or 58.29% from 386); Green value is 21 (8.59% from 255 or 5.44% from 386); Blue value is 140 (55.08% from 255 or 36.27% from 386); Max value from RGB is 225 - color contains mainly: red. Hex color #E1158C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E1158C is #1EEA73. Grayscale: #5F5F5F. Windows color (decimal): -2026100 or 9180641. OLE color: 9180641.

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

Color convert

RGB 225 21 140 -
CMYK 0 0.91 0.38 0.12
HSL 325º 0.83% 0.48% -
HSV(B) 325º 0.91% 0.88% -
XYZ 36.05 18.44 26.47 -
YUV 95.56 153.09 220.32 -
System Red Green Blue C M Y K H S L
Decimal 225 21 140 0 0.91 0.38 0.12 325 0.83 0.48
Hex E1 15 8C 0 5B 26 C 145 53 30
Octal 341 25 214 0 133 46 14 505 123 60
Binary 11100001 10101 10001100 0 1011011 100110 1100 101000101 1010011 110000

Color Harmonies of #E1158C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1158C

Black with #E1158C

Text Example


Text Example

White with #E1158C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1158C; }

 p { color: rgb(225,21,140); }

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

background-color css

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

 a { background-color: rgb(225,21,140); }

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

border-color css

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

 span { border-color: rgb(225,21,140); }

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