#E8A9CF

Color #E8A9CF Lavender Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender Pink #E8A9CF

Tints of Lavender Pink #E8A9CF

Color information

#E8A9CF (or 0xE8A9CF) is unknown color: approx Lavender Pink. HEX triplet: E8, A9 and CF. RGB value is (232,169,207). Sum of RGB (Red+Green+Blue) = 232+169+207=608 (80% of max value = 765). Red value is 232 (91.02% from 255 or 38.16% from 608); Green value is 169 (66.41% from 255 or 27.80% from 608); Blue value is 207 (81.25% from 255 or 34.05% from 608); Max value from RGB is 232 - color contains mainly: red. Hex color #E8A9CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E8A9CF is #175630. Grayscale: #C0C0C0. Windows color (decimal): -1529393 or 13609448. OLE color: 13609448.

HSL color Cylindrical-coordinate representation of color #E8A9CF: hue angle of 323.81º degrees, saturation: 0.58, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E8A9CF is Cyan = 0, Magento = 0.27, Yellow = 0.11 and Black (K on CMYK) = 0.09.

Color convert

RGB232169207-
CMYK00.270.110.09
HSL323.81º57.8%78.63%-
HSV(B)323.81º27.16%90.98%-
XYZ58.7350.0465.59-
YUV192.17136.37156.41-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 38.16%
GREEN value IS 169 (66.41% from 255) = 27.80%
BLUE value IS 207 (81.25% from 255) = 34.05%
R=38.16%
G=27.80%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.11
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23216920700.270.110.09323.8157.878.63
HexE8A9CF01BB91443a4f
Octal350251317033131150472117
Binary111010001010100111001111011011101110011010001001110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8A9CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8A9CF; }

 p { color: rgb(232,169,207); }

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

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

 a { background-color: rgb(232,169,207); }

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

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

 span { border-color: rgb(232,169,207); }

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