Html Css Color HEX #E11280 Medium Violet Red

📋 copy color: '#E11280'

red 225 ◦ green 18 ◦ blue 128

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

Shades of Medium Violet Red #E11280

Tints of Medium Violet Red #E11280

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 34.5%

R = 60.65%
G = 4.85%
B = 34.5%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.43

 K value IS 0.12

RGB Variations

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

Color information

#E11280 (or 0xE11280) is known color: Medium Violet Red. HEX triplet: E1, 12 and 80. RGB value is (225,18,128). Sum of RGB (Red+Green+Blue) = 225+18+128=371 (49% of max value = 765). Red value is 225 (88.28% from 255 or 60.65% from 371); Green value is 18 (7.42% from 255 or 4.85% from 371); Blue value is 128 (50.39% from 255 or 34.50% from 371); Max value from RGB is 225 - color contains mainly: red. Hex color #E11280 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E11280 is #1EED7F. Grayscale: #5C5C5C. Windows color (decimal): -2026880 or 8393441. OLE color: 8393441.

HSL color Cylindrical-coordinate representation of color #E11280: hue angle of 328.12º 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 #E11280 is Cyan = 0, Magento = 0.92, Yellow = 0.43 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 18 128 -
CMYK 0 0.92 0.43 0.12
HSL 328.12º 0.85% 0.48% -
HSV(B) 328.12º 0.92% 0.88% -
XYZ 35.16 18 22.04 -
YUV 92.43 148.08 222.56 -
System Red Green Blue C M Y K H S L
Decimal 225 18 128 0 0.92 0.43 0.12 328.12 0.85 0.48
Hex E1 12 80 0 5C 2B C 148 55 30
Octal 341 22 200 0 134 53 14 510 125 60
Binary 11100001 10010 10000000 0 1011100 101011 1100 101001000 1010101 110000

Color Harmonies of #E11280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11280

Black with #E11280

Text Example


Text Example

White with #E11280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11280; }

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

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

background-color css

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

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

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

border-color css

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

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

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