#E55D95

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

Shades of Pale Violet Red #E55D95

Tints of Pale Violet Red #E55D95

Color information

#E55D95 (or 0xE55D95) is unknown color: approx Pale Violet Red. HEX triplet: E5, 5D and 95. RGB value is (229,93,149). Sum of RGB (Red+Green+Blue) = 229+93+149=471 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.62% from 471); Green value is 93 (36.72% from 255 or 19.75% from 471); Blue value is 149 (58.59% from 255 or 31.63% from 471); Max value from RGB is 229 - color contains mainly: red. Hex color #E55D95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E55D95 is #1AA26A. Grayscale: #8B8B8B. Windows color (decimal): -1745515 or 9788901. OLE color: 9788901.

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

Color convert

RGB22993149-
CMYK00.590.350.10
HSL335.29º72.34%63.14%-
HSV(B)335.29º59.39%89.8%-
XYZ41.6526.6631.38-
YUV140.05133.06191.45-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 48.62%
GREEN value IS 93 (36.72% from 255) = 19.75%
BLUE value IS 149 (58.59% from 255) = 31.63%
R=48.62%
G=19.75%
B=31.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.35
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2299314900.590.350.10335.2972.3463.14
HexE55D9503B23A14f483f
Octal345135225073431251711077
Binary11100101101110110010101011101110001110101010011111001000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E55D95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E55D95; }

 p { color: rgb(229,93,149); }

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

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

 a { background-color: rgb(229,93,149); }

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

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

 span { border-color: rgb(229,93,149); }

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