#EA4189

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

Shades of Violet Red #EA4189

Tints of Violet Red #EA4189

Color information

#EA4189 (or 0xEA4189) is unknown color: approx Violet Red. HEX triplet: EA, 41 and 89. RGB value is (234,65,137). Sum of RGB (Red+Green+Blue) = 234+65+137=436 (57% of max value = 765). Red value is 234 (91.80% from 255 or 53.67% from 436); Green value is 65 (25.78% from 255 or 14.91% from 436); Blue value is 137 (53.91% from 255 or 31.42% from 436); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4189 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA4189 is #15BE76. Grayscale: #7B7B7B. Windows color (decimal): -1425015 or 8995306. OLE color: 8995306.

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

Color convert

RGB23465137-
CMYK00.720.410.08
HSL334.44º80.09%58.63%-
HSV(B)334.44º72.22%91.76%-
XYZ40.3423.0826-
YUV123.74135.49206.65-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 53.67%
GREEN value IS 65 (25.78% from 255) = 14.91%
BLUE value IS 137 (53.91% from 255) = 31.42%
R=53.67%
G=14.91%
B=31.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.41
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2346513700.720.410.08334.4480.0958.63
HexEA418904829814e503b
Octal3521012110110511051612073
Binary111010101000001100010010100100010100110001010011101010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA4189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA4189; }

 p { color: rgb(234,65,137); }

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

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

 a { background-color: rgb(234,65,137); }

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

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

 span { border-color: rgb(234,65,137); }

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