#EA4598

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

Shades of Violet Red #EA4598

Tints of Violet Red #EA4598

Color information

#EA4598 (or 0xEA4598) is unknown color: approx Violet Red. HEX triplet: EA, 45 and 98. RGB value is (234,69,152). Sum of RGB (Red+Green+Blue) = 234+69+152=455 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.43% from 455); Green value is 69 (27.34% from 255 or 15.16% from 455); Blue value is 152 (59.77% from 255 or 33.41% from 455); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4598 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA4598 is #15BA67. Grayscale: #7F7F7F. Windows color (decimal): -1423976 or 9979370. OLE color: 9979370.

HSL color Cylindrical-coordinate representation of color #EA4598: hue angle of 329.82º 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 #EA4598 is Cyan = 0, Magento = 0.71, Yellow = 0.35 and Black (K on CMYK) = 0.08.

Color convert

RGB23469152-
CMYK00.710.350.08
HSL329.82º79.71%59.41%-
HSV(B)329.82º70.51%91.76%-
XYZ41.7324.0232.14-
YUV127.8141.66203.75-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 51.43%
GREEN value IS 69 (27.34% from 255) = 15.16%
BLUE value IS 152 (59.77% from 255) = 33.41%
R=51.43%
G=15.16%
B=33.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.35
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2346915200.710.350.08329.8279.7159.41
HexEA459804723814a503b
Octal3521052300107431051212073
Binary111010101000101100110000100011110001110001010010101010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA4598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA4598; }

 p { color: rgb(234,69,152); }

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

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

 a { background-color: rgb(234,69,152); }

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

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

 span { border-color: rgb(234,69,152); }

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