#E56F95

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

Shades of Pale Violet Red #E56F95

Tints of Pale Violet Red #E56F95

Color information

#E56F95 (or 0xE56F95) is unknown color: approx Pale Violet Red. HEX triplet: E5, 6F and 95. RGB value is (229,111,149). Sum of RGB (Red+Green+Blue) = 229+111+149=489 (64% of max value = 765). Red value is 229 (89.84% from 255 or 46.83% from 489); Green value is 111 (43.75% from 255 or 22.70% from 489); Blue value is 149 (58.59% from 255 or 30.47% from 489); Max value from RGB is 229 - color contains mainly: red. Hex color #E56F95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E56F95 is #1A906A. Grayscale: #969696. Windows color (decimal): -1740907 or 9793509. OLE color: 9793509.

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

Color convert

RGB229111149-
CMYK00.520.350.10
HSL340.68º69.41%66.67%-
HSV(B)340.68º51.53%89.8%-
XYZ43.4230.231.97-
YUV150.61127.09183.91-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 46.83%
GREEN value IS 111 (43.75% from 255) = 22.70%
BLUE value IS 149 (58.59% from 255) = 30.47%
R=46.83%
G=22.70%
B=30.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.35
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22911114900.520.350.10340.6869.4166.67
HexE56F9503423A1554543
Octal3451572250644312525105103
Binary111001011101111100101010110100100011101010101010110001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E56F95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E56F95; }

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

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

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

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

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

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

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

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