#E8A8CD

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

Shades of Lavender Pink #E8A8CD

Tints of Lavender Pink #E8A8CD

Color information

#E8A8CD (or 0xE8A8CD) is unknown color: approx Lavender Pink. HEX triplet: E8, A8 and CD. RGB value is (232,168,205). Sum of RGB (Red+Green+Blue) = 232+168+205=605 (80% of max value = 765). Red value is 232 (91.02% from 255 or 38.35% from 605); Green value is 168 (66.02% from 255 or 27.77% from 605); Blue value is 205 (80.47% from 255 or 33.88% from 605); Max value from RGB is 232 - color contains mainly: red. Hex color #E8A8CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E8A8CD is #175732. Grayscale: #BFBFBF. Windows color (decimal): -1529651 or 13478120. OLE color: 13478120.

HSL color Cylindrical-coordinate representation of color #E8A8CD: hue angle of 325.31º 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 #E8A8CD is Cyan = 0, Magento = 0.28, Yellow = 0.12 and Black (K on CMYK) = 0.09.

Color convert

RGB232168205-
CMYK00.280.120.09
HSL325.31º58.18%78.43%-
HSV(B)325.31º27.59%90.98%-
XYZ58.349.5764.25-
YUV191.35135.7156.99-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 38.35%
GREEN value IS 168 (66.02% from 255) = 27.77%
BLUE value IS 205 (80.47% from 255) = 33.88%
R=38.35%
G=27.77%
B=33.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.12
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23216820500.280.120.09325.3158.1878.43
HexE8A8CD01CC91453a4e
Octal350250315034141150572116
Binary111010001010100011001101011100110010011010001011110101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8A8CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8A8CD; }

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

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

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

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

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

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

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

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