#e54398

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

Shades of Violet Red #E54398

Tints of Violet Red #E54398

Color information

#E54398 (or 0xE54398) is unknown color: approx Violet Red. HEX triplet: E5, 43 and 98. RGB value is (229,67,152). Sum of RGB (Red+Green+Blue) = 229+67+152=448 (59% of max value = 765). Red value is 229 (89.84% from 255 or 51.12% from 448); Green value is 67 (26.56% from 255 or 14.96% from 448); Blue value is 152 (59.77% from 255 or 33.93% from 448); Max value from RGB is 229 - color contains mainly: red. Hex color #E54398 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E54398 is #1ABC67. Grayscale: #7C7C7C. Windows color (decimal): -1752168 or 9978853. OLE color: 9978853.

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

Color convert

RGB22967152-
CMYK00.710.340.10
HSL328.52º75.7%58.04%-
HSV(B)328.52º70.74%89.8%-
XYZ39.9922.9432.03-
YUV125.13143.17202.09-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 51.12%
GREEN value IS 67 (26.56% from 255) = 14.96%
BLUE value IS 152 (59.77% from 255) = 33.93%
R=51.12%
G=14.96%
B=33.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.34
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2296715200.710.340.10328.5275.758.04
HexE5439804722A1494c3a
Octal3451032300107421251111472
Binary111001011000011100110000100011110001010101010010011001100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e54398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e54398; }

 p { color: rgb(229,67,152); }

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

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

 a { background-color: rgb(229,67,152); }

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

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

 span { border-color: rgb(229,67,152); }

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