#E8A8CE

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

Shades of Lavender Pink #E8A8CE

Tints of Lavender Pink #E8A8CE

Color information

#E8A8CE (or 0xE8A8CE) is unknown color: approx Lavender Pink. HEX triplet: E8, A8 and CE. RGB value is (232,168,206). Sum of RGB (Red+Green+Blue) = 232+168+206=606 (80% of max value = 765). Red value is 232 (91.02% from 255 or 38.28% from 606); Green value is 168 (66.02% from 255 or 27.72% from 606); Blue value is 206 (80.86% from 255 or 33.99% from 606); Max value from RGB is 232 - color contains mainly: red. Hex color #E8A8CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E8A8CE is #175731. Grayscale: #BFBFBF. Windows color (decimal): -1529650 or 13543656. OLE color: 13543656.

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

Color convert

RGB232168206-
CMYK00.280.110.09
HSL324.38º58.18%78.43%-
HSV(B)324.38º27.59%90.98%-
XYZ58.4249.6264.89-
YUV191.47136.2156.91-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 38.28%
GREEN value IS 168 (66.02% from 255) = 27.72%
BLUE value IS 206 (80.86% from 255) = 33.99%
R=38.28%
G=27.72%
B=33.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.11
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23216820600.280.110.09324.3858.1878.43
HexE8A8CE01CB91443a4e
Octal350250316034131150472116
Binary111010001010100011001110011100101110011010001001110101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8A8CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8A8CE; }

 p { color: rgb(232,168,206); }

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

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

 a { background-color: rgb(232,168,206); }

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

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

 span { border-color: rgb(232,168,206); }

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