#E54696

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

Shades of Violet Red #E54696

Tints of Violet Red #E54696

Color information

#E54696 (or 0xE54696) is unknown color: approx Violet Red. HEX triplet: E5, 46 and 96. RGB value is (229,70,150). Sum of RGB (Red+Green+Blue) = 229+70+150=449 (59% of max value = 765). Red value is 229 (89.84% from 255 or 51.00% from 449); Green value is 70 (27.73% from 255 or 15.59% from 449); Blue value is 150 (58.98% from 255 or 33.41% from 449); Max value from RGB is 229 - color contains mainly: red. Hex color #E54696 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E54696 is #1AB969. Grayscale: #7E7E7E. Windows color (decimal): -1751402 or 9848549. OLE color: 9848549.

HSL color Cylindrical-coordinate representation of color #E54696: hue angle of 329.81º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E54696 is Cyan = 0, Magento = 0.69, Yellow = 0.34 and Black (K on CMYK) = 0.10.

Color convert

RGB22970150-
CMYK00.690.340.10
HSL329.81º75.36%58.63%-
HSV(B)329.81º69.43%89.8%-
XYZ40.0123.2431.23-
YUV126.66141.18201-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 51.00%
GREEN value IS 70 (27.73% from 255) = 15.59%
BLUE value IS 150 (58.98% from 255) = 33.41%
R=51.00%
G=15.59%
B=33.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.34
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2297015000.690.340.10329.8175.3658.63
HexE5469604522A14a4b3b
Octal3451062260105421251211373
Binary111001011000110100101100100010110001010101010010101001011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E54696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E54696; }

 p { color: rgb(229,70,150); }

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

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

 a { background-color: rgb(229,70,150); }

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

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

 span { border-color: rgb(229,70,150); }

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