#E7AACD

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

Shades of Lavender Pink #E7AACD

Tints of Lavender Pink #E7AACD

Color information

#E7AACD (or 0xE7AACD) is unknown color: approx Lavender Pink. HEX triplet: E7, AA and CD. RGB value is (231,170,205). Sum of RGB (Red+Green+Blue) = 231+170+205=606 (80% of max value = 765). Red value is 231 (90.62% from 255 or 38.12% from 606); Green value is 170 (66.80% from 255 or 28.05% from 606); Blue value is 205 (80.47% from 255 or 33.83% from 606); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AACD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7AACD is #185532. Grayscale: #C0C0C0. Windows color (decimal): -1594675 or 13478631. OLE color: 13478631.

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

Color convert

RGB231170205-
CMYK00.260.110.09
HSL325.57º55.96%78.63%-
HSV(B)325.57º26.41%90.59%-
XYZ58.3550.1564.36-
YUV192.23135.21155.65-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 38.12%
GREEN value IS 170 (66.80% from 255) = 28.05%
BLUE value IS 205 (80.47% from 255) = 33.83%
R=38.12%
G=28.05%
B=33.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.11
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23117020500.260.110.09325.5755.9678.63
HexE7AACD01AB9146384f
Octal347252315032131150670117
Binary111001111010101011001101011010101110011010001101110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7AACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7AACD; }

 p { color: rgb(231,170,205); }

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

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

 a { background-color: rgb(231,170,205); }

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

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

 span { border-color: rgb(231,170,205); }

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