#EA4080

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

Shades of Violet Red #EA4080

Tints of Violet Red #EA4080

Color information

#EA4080 (or 0xEA4080) is unknown color: approx Violet Red. HEX triplet: EA, 40 and 80. RGB value is (234,64,128). Sum of RGB (Red+Green+Blue) = 234+64+128=426 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.93% from 426); Green value is 64 (25.39% from 255 or 15.02% from 426); Blue value is 128 (50.39% from 255 or 30.05% from 426); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4080 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA4080 is #15BF7F. Grayscale: #7A7A7A. Windows color (decimal): -1425280 or 8405226. OLE color: 8405226.

HSL color Cylindrical-coordinate representation of color #EA4080: hue angle of 337.41º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EA4080 is Cyan = 0, Magento = 0.73, Yellow = 0.45 and Black (K on CMYK) = 0.08.

Color convert

RGB23464128-
CMYK00.730.450.08
HSL337.41º80.19%58.43%-
HSV(B)337.41º72.65%91.76%-
XYZ39.6622.7222.72-
YUV122.13131.32207.8-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 54.93%
GREEN value IS 64 (25.39% from 255) = 15.02%
BLUE value IS 128 (50.39% from 255) = 30.05%
R=54.93%
G=15.02%
B=30.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.45
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2346412800.730.450.08337.4180.1958.43
HexEA40800492D8151503a
Octal3521002000111551052112072
Binary111010101000000100000000100100110110110001010100011010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA4080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA4080; }

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

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

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

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

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

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

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

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