#E55E92

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

Shades of Pale Violet Red #E55E92

Tints of Pale Violet Red #E55E92

Color information

#E55E92 (or 0xE55E92) is unknown color: approx Pale Violet Red. HEX triplet: E5, 5E and 92. RGB value is (229,94,146). Sum of RGB (Red+Green+Blue) = 229+94+146=469 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.83% from 469); Green value is 94 (37.11% from 255 or 20.04% from 469); Blue value is 146 (57.42% from 255 or 31.13% from 469); Max value from RGB is 229 - color contains mainly: red. Hex color #E55E92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E55E92 is #1AA16D. Grayscale: #8C8C8C. Windows color (decimal): -1745262 or 9592549. OLE color: 9592549.

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

Color convert

RGB22994146-
CMYK00.590.360.10
HSL336.89º72.19%63.33%-
HSV(B)336.89º58.95%89.8%-
XYZ41.526.7430.17-
YUV140.29131.23191.27-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 48.83%
GREEN value IS 94 (37.11% from 255) = 20.04%
BLUE value IS 146 (57.42% from 255) = 31.13%
R=48.83%
G=20.04%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.36
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2299414600.590.360.10336.8972.1963.33
HexE55E9203B24A151483f
Octal345136222073441252111077
Binary11100101101111010010010011101110010010101010100011001000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E55E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E55E92; }

 p { color: rgb(229,94,146); }

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

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

 a { background-color: rgb(229,94,146); }

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

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

 span { border-color: rgb(229,94,146); }

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