#E64080

Color #E64080 Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet Red #E64080

Tints of Violet Red #E64080

Color information

#E64080 (or 0xE64080) is unknown color: approx Violet Red. HEX triplet: E6, 40 and 80. RGB value is (230,64,128). Sum of RGB (Red+Green+Blue) = 230+64+128=422 (55% of max value = 765). Red value is 230 (90.23% from 255 or 54.50% from 422); Green value is 64 (25.39% from 255 or 15.17% from 422); Blue value is 128 (50.39% from 255 or 30.33% from 422); Max value from RGB is 230 - color contains mainly: red. Hex color #E64080 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E64080 is #19BF7F. Grayscale: #787878. Windows color (decimal): -1687424 or 8405222. OLE color: 8405222.

HSL color Cylindrical-coordinate representation of color #E64080: hue angle of 336.87º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E64080 is Cyan = 0, Magento = 0.72, Yellow = 0.44 and Black (K on CMYK) = 0.10.

Color convert

RGB23064128-
CMYK00.720.440.10
HSL336.87º76.85%57.65%-
HSV(B)336.87º72.17%90.2%-
XYZ38.3622.0522.66-
YUV120.93132205.8-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 54.50%
GREEN value IS 64 (25.39% from 255) = 15.17%
BLUE value IS 128 (50.39% from 255) = 30.33%
R=54.50%
G=15.17%
B=30.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.44
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2306412800.720.440.10336.8776.8557.65
HexE640800482CA1514d3a
Octal3461002000110541252111572
Binary111001101000000100000000100100010110010101010100011001101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E64080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E64080; }

 p { color: rgb(230,64,128); }

 H1.HeaderClassName
 {
   color: #E64080;
 }
 .AnyTagClassName
 {
   color: #E64080;
 }
</style>
background-color css

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

 a { background-color: rgb(230,64,128); }

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

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

 span { border-color: rgb(230,64,128); }

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