#EA4597

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

Shades of Violet Red #EA4597

Tints of Violet Red #EA4597

Color information

#EA4597 (or 0xEA4597) is unknown color: approx Violet Red. HEX triplet: EA, 45 and 97. RGB value is (234,69,151). Sum of RGB (Red+Green+Blue) = 234+69+151=454 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.54% from 454); Green value is 69 (27.34% from 255 or 15.20% from 454); Blue value is 151 (59.38% from 255 or 33.26% from 454); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4597 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA4597 is #15BA68. Grayscale: #7F7F7F. Windows color (decimal): -1423977 or 9913834. OLE color: 9913834.

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

Color convert

RGB23469151-
CMYK00.710.350.08
HSL330.18º79.71%59.41%-
HSV(B)330.18º70.51%91.76%-
XYZ41.6523.9831.71-
YUV127.68141.16203.83-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 51.54%
GREEN value IS 69 (27.34% from 255) = 15.20%
BLUE value IS 151 (59.38% from 255) = 33.26%
R=51.54%
G=15.20%
B=33.26%

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
Decimal2346915100.710.350.08330.1879.7159.41
HexEA459704723814a503b
Octal3521052270107431051212073
Binary111010101000101100101110100011110001110001010010101010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA4597

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA4597; }

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

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

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

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

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

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

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

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