#E7AAD0

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

Shades of Lavender Pink #E7AAD0

Tints of Lavender Pink #E7AAD0

Color information

#E7AAD0 (or 0xE7AAD0) is unknown color: approx Lavender Pink. HEX triplet: E7, AA and D0. RGB value is (231,170,208). Sum of RGB (Red+Green+Blue) = 231+170+208=609 (80% of max value = 765). Red value is 231 (90.62% from 255 or 37.93% from 609); Green value is 170 (66.80% from 255 or 27.91% from 609); Blue value is 208 (81.64% from 255 or 34.15% from 609); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AAD0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7AAD0 is #18552F. Grayscale: #C0C0C0. Windows color (decimal): -1594672 or 13675239. OLE color: 13675239.

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

Color convert

RGB231170208-
CMYK00.260.100.09
HSL322.62º55.96%78.63%-
HSV(B)322.62º26.41%90.59%-
XYZ58.7150.2966.29-
YUV192.57136.71155.41-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 37.93%
GREEN value IS 170 (66.80% from 255) = 27.91%
BLUE value IS 208 (81.64% from 255) = 34.15%
R=37.93%
G=27.91%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.10
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23117020800.260.100.09322.6255.9678.63
HexE7AAD001AA9143384f
Octal347252320032121150370117
Binary111001111010101011010000011010101010011010000111110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7AAD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7AAD0; }

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

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

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

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

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

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

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

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