#E56CA4

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

Shades of Pale Violet Red #E56CA4

Tints of Pale Violet Red #E56CA4

Color information

#E56CA4 (or 0xE56CA4) is unknown color: approx Pale Violet Red. HEX triplet: E5, 6C and A4. RGB value is (229,108,164). Sum of RGB (Red+Green+Blue) = 229+108+164=501 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.71% from 501); Green value is 108 (42.58% from 255 or 21.56% from 501); Blue value is 164 (64.45% from 255 or 32.73% from 501); Max value from RGB is 229 - color contains mainly: red. Hex color #E56CA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E56CA4 is #1A935B. Grayscale: #969696. Windows color (decimal): -1741660 or 10775781. OLE color: 10775781.

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

Color convert

RGB229108164-
CMYK00.530.280.10
HSL332.23º69.94%66.08%-
HSV(B)332.23º52.84%89.8%-
XYZ44.3830.0638.59-
YUV150.56135.59183.95-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 45.71%
GREEN value IS 108 (42.58% from 255) = 21.56%
BLUE value IS 164 (64.45% from 255) = 32.73%
R=45.71%
G=21.56%
B=32.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.28
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22910816400.530.280.10332.2369.9466.08
HexE56CA40351CA14c4642
Octal3451542440653412514106102
Binary11100101110110010100100011010111100101010100110010001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E56CA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E56CA4; }

 p { color: rgb(229,108,164); }

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

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

 a { background-color: rgb(229,108,164); }

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

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

 span { border-color: rgb(229,108,164); }

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