#E69FA5

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

Shades of Pale Chestnut #E69FA5

Tints of Pale Chestnut #E69FA5

Color information

#E69FA5 (or 0xE69FA5) is unknown color: approx Pale Chestnut. HEX triplet: E6, 9F and A5. RGB value is (230,159,165). Sum of RGB (Red+Green+Blue) = 230+159+165=554 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.52% from 554); Green value is 159 (62.5% from 255 or 28.70% from 554); Blue value is 165 (64.84% from 255 or 29.78% from 554); Max value from RGB is 230 - color contains mainly: red. Hex color #E69FA5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69FA5 is #19605A. Grayscale: #B4B4B4. Windows color (decimal): -1663067 or 10854374. OLE color: 10854374.

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

Color convert

RGB230159165-
CMYK00.310.280.10
HSL354.93º58.68%76.27%-
HSV(B)354.93º30.87%90.2%-
XYZ51.8244.3441.42-
YUV180.91119.02163.01-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 41.52%
GREEN value IS 159 (62.5% from 255) = 28.70%
BLUE value IS 165 (64.84% from 255) = 29.78%
R=41.52%
G=28.70%
B=29.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.28
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23015916500.310.280.10354.9358.6876.27
HexE69FA501F1CA1633b4c
Octal346237245037341254373114
Binary1110011010011111101001010111111110010101011000111110111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E69FA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E69FA5; }

 p { color: rgb(230,159,165); }

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

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

 a { background-color: rgb(230,159,165); }

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

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

 span { border-color: rgb(230,159,165); }

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