#EA4489

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

Shades of Violet Red #EA4489

Tints of Violet Red #EA4489

Color information

#EA4489 (or 0xEA4489) is unknown color: approx Violet Red. HEX triplet: EA, 44 and 89. RGB value is (234,68,137). Sum of RGB (Red+Green+Blue) = 234+68+137=439 (58% of max value = 765). Red value is 234 (91.80% from 255 or 53.30% from 439); Green value is 68 (26.95% from 255 or 15.49% from 439); Blue value is 137 (53.91% from 255 or 31.21% from 439); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4489 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA4489 is #15BB76. Grayscale: #7D7D7D. Windows color (decimal): -1424247 or 8996074. OLE color: 8996074.

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

Color convert

RGB23468137-
CMYK00.710.410.08
HSL335.06º79.81%59.22%-
HSV(B)335.06º70.94%91.76%-
XYZ40.5123.4326.05-
YUV125.5134.5205.39-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 53.30%
GREEN value IS 68 (26.95% from 255) = 15.49%
BLUE value IS 137 (53.91% from 255) = 31.21%
R=53.30%
G=15.49%
B=31.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.41
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2346813700.710.410.08335.0679.8159.22
HexEA448904729814f503b
Octal3521042110107511051712073
Binary111010101000100100010010100011110100110001010011111010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA4489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA4489; }

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

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

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

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

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

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

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

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