#E5659A

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

Shades of Pale Violet Red #E5659A

Tints of Pale Violet Red #E5659A

Color information

#E5659A (or 0xE5659A) is unknown color: approx Pale Violet Red. HEX triplet: E5, 65 and 9A. RGB value is (229,101,154). Sum of RGB (Red+Green+Blue) = 229+101+154=484 (64% of max value = 765). Red value is 229 (89.84% from 255 or 47.31% from 484); Green value is 101 (39.84% from 255 or 20.87% from 484); Blue value is 154 (60.55% from 255 or 31.82% from 484); Max value from RGB is 229 - color contains mainly: red. Hex color #E5659A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E5659A is #1A9A65. Grayscale: #919191. Windows color (decimal): -1743462 or 10118629. OLE color: 10118629.

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

Color convert

RGB229101154-
CMYK00.560.330.10
HSL335.16º71.11%64.71%-
HSV(B)335.16º55.9%89.8%-
XYZ42.828.333.78-
YUV145.31132.91187.69-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 47.31%
GREEN value IS 101 (39.84% from 255) = 20.87%
BLUE value IS 154 (60.55% from 255) = 31.82%
R=47.31%
G=20.87%
B=31.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.33
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22910115400.560.330.10335.1671.1164.71
HexE5659A03821A14f4741
Octal3451452320704112517107101
Binary111001011100101100110100111000100001101010100111110001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5659A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5659A; }

 p { color: rgb(229,101,154); }

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

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

 a { background-color: rgb(229,101,154); }

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

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

 span { border-color: rgb(229,101,154); }

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