#E54288

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

Shades of Violet Red #E54288

Tints of Violet Red #E54288

Color information

#E54288 (or 0xE54288) is unknown color: approx Violet Red. HEX triplet: E5, 42 and 88. RGB value is (229,66,136). Sum of RGB (Red+Green+Blue) = 229+66+136=431 (57% of max value = 765). Red value is 229 (89.84% from 255 or 53.13% from 431); Green value is 66 (26.17% from 255 or 15.31% from 431); Blue value is 136 (53.52% from 255 or 31.55% from 431); Max value from RGB is 229 - color contains mainly: red. Hex color #E54288 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E54288 is #1ABD77. Grayscale: #7A7A7A. Windows color (decimal): -1752440 or 8930021. OLE color: 8930021.

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

Color convert

RGB22966136-
CMYK00.710.410.10
HSL334.23º75.81%57.84%-
HSV(B)334.23º71.18%89.8%-
XYZ38.7122.3325.56-
YUV122.72135.5203.81-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 53.13%
GREEN value IS 66 (26.17% from 255) = 15.31%
BLUE value IS 136 (53.52% from 255) = 31.55%
R=53.13%
G=15.31%
B=31.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.41
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2296613600.710.410.10334.2375.8157.84
HexE5428804729A14e4c3a
Octal3451022100107511251611472
Binary111001011000010100010000100011110100110101010011101001100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E54288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E54288; }

 p { color: rgb(229,66,136); }

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

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

 a { background-color: rgb(229,66,136); }

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

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

 span { border-color: rgb(229,66,136); }

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