#E56694

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

Shades of Pale Violet Red #E56694

Tints of Pale Violet Red #E56694

Color information

#E56694 (or 0xE56694) is unknown color: approx Pale Violet Red. HEX triplet: E5, 66 and 94. RGB value is (229,102,148). Sum of RGB (Red+Green+Blue) = 229+102+148=479 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.81% from 479); Green value is 102 (40.23% from 255 or 21.29% from 479); Blue value is 148 (58.20% from 255 or 30.90% from 479); Max value from RGB is 229 - color contains mainly: red. Hex color #E56694 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E56694 is #1A996B. Grayscale: #919191. Windows color (decimal): -1743212 or 9725669. OLE color: 9725669.

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

Color convert

RGB229102148-
CMYK00.550.350.10
HSL338.27º70.95%64.9%-
HSV(B)338.27º55.46%89.8%-
XYZ42.4128.331.24-
YUV145.22129.58187.76-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 47.81%
GREEN value IS 102 (40.23% from 255) = 21.29%
BLUE value IS 148 (58.20% from 255) = 30.90%
R=47.81%
G=21.29%
B=30.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.35
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22910214800.550.350.10338.2770.9564.9
HexE5669403723A1524741
Octal3451462240674312522107101
Binary111001011100110100101000110111100011101010101001010001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E56694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E56694; }

 p { color: rgb(229,102,148); }

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

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

 a { background-color: rgb(229,102,148); }

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

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

 span { border-color: rgb(229,102,148); }

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