#E5699A

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

Shades of Pale Violet Red #E5699A

Tints of Pale Violet Red #E5699A

Color information

#E5699A (or 0xE5699A) is unknown color: approx Pale Violet Red. HEX triplet: E5, 69 and 9A. RGB value is (229,105,154). Sum of RGB (Red+Green+Blue) = 229+105+154=488 (64% of max value = 765). Red value is 229 (89.84% from 255 or 46.93% from 488); Green value is 105 (41.41% from 255 or 21.52% from 488); Blue value is 154 (60.55% from 255 or 31.56% from 488); Max value from RGB is 229 - color contains mainly: red. Hex color #E5699A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E5699A is #1A9665. Grayscale: #939393. Windows color (decimal): -1742438 or 10119653. OLE color: 10119653.

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

Color convert

RGB229105154-
CMYK00.540.330.10
HSL336.29º70.45%65.49%-
HSV(B)336.29º54.15%89.8%-
XYZ43.229.0933.91-
YUV147.66131.58186.02-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 46.93%
GREEN value IS 105 (41.41% from 255) = 21.52%
BLUE value IS 154 (60.55% from 255) = 31.56%
R=46.93%
G=21.52%
B=31.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.33
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22910515400.540.330.10336.2970.4565.49
HexE5699A03621A1504641
Octal3451512320664112520106101
Binary111001011101001100110100110110100001101010101000010001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5699A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5699A; }

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

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

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

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

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

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

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

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