#E56DA1

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

Shades of Pale Violet Red #E56DA1

Tints of Pale Violet Red #E56DA1

Color information

#E56DA1 (or 0xE56DA1) is unknown color: approx Pale Violet Red. HEX triplet: E5, 6D and A1. RGB value is (229,109,161). Sum of RGB (Red+Green+Blue) = 229+109+161=499 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.89% from 499); Green value is 109 (42.97% from 255 or 21.84% from 499); Blue value is 161 (63.28% from 255 or 32.26% from 499); Max value from RGB is 229 - color contains mainly: red. Hex color #E56DA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E56DA1 is #1A925E. Grayscale: #969696. Windows color (decimal): -1741407 or 10579429. OLE color: 10579429.

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

Color convert

RGB229109161-
CMYK00.520.300.10
HSL334º69.77%66.27%-
HSV(B)334º52.4%89.8%-
XYZ44.2130.1737.21-
YUV150.81133.76183.77-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 45.89%
GREEN value IS 109 (42.97% from 255) = 21.84%
BLUE value IS 161 (63.28% from 255) = 32.26%
R=45.89%
G=21.84%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.30
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22910916100.520.300.1033469.7766.27
HexE56DA10341EA14e4642
Octal3451552410643612516106102
Binary11100101110110110100001011010011110101010100111010001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E56DA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E56DA1; }

 p { color: rgb(229,109,161); }

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

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

 a { background-color: rgb(229,109,161); }

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

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

 span { border-color: rgb(229,109,161); }

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