Html Css Color HEX #E30080 Medium Violet Red

📋 copy color: '#E30080'

red 227 ◦ green 0 ◦ blue 128

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

Shades of Medium Violet Red #E30080

Tints of Medium Violet Red #E30080

RGB

 RED value IS 227 (89.06% from 255) = 63.94%

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 63.94%
G = 0%
B = 36.06%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.44

 K value IS 0.11

RGB Variations

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

Color information

#E30080 (or 0xE30080) is known color: Medium Violet Red. HEX triplet: E3, 00 and 80. RGB value is (227,0,128). Sum of RGB (Red+Green+Blue) = 227+0+128=355 (47% of max value = 765). Red value is 227 (89.06% from 255 or 63.94% from 355); Green value is 0 (0.39% from 255 or 0% from 355); Blue value is 128 (50.39% from 255 or 36.06% from 355); Max value from RGB is 227 - color contains mainly: red. Hex color #E30080 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E30080 is #1CFF7F. Grayscale: #525252. Windows color (decimal): -1900416 or 8388835. OLE color: 8388835.

HSL color Cylindrical-coordinate representation of color #E30080: hue angle of 326.17º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E30080 is Cyan = 0, Magento = 1, Yellow = 0.44 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 0 128 -
CMYK 0 1 0.44 0.11
HSL 326.17º 1% 0.45% -
HSV(B) 326.17º 1% 0.89% -
XYZ 35.57 17.89 22 -
YUV 82.47 153.71 231.09 -
System Red Green Blue C M Y K H S L
Decimal 227 0 128 0 1 0.44 0.11 326.17 1 0.45
Hex E3 0 80 0 64 2C B 146 64 2D
Octal 343 0 200 0 144 54 13 506 144 55
Binary 11100011 0 10000000 0 1100100 101100 1011 101000110 1100100 101101

Color Harmonies of #E30080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E30080

Black with #E30080

Text Example


Text Example

White with #E30080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E30080; }

 p { color: rgb(227,0,128); }

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

background-color css

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

 a { background-color: rgb(227,0,128); }

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

border-color css

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

 span { border-color: rgb(227,0,128); }

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