#E8AACF

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

Shades of Lavender Pink #E8AACF

Tints of Lavender Pink #E8AACF

Color information

#E8AACF (or 0xE8AACF) is unknown color: approx Lavender Pink. HEX triplet: E8, AA and CF. RGB value is (232,170,207). Sum of RGB (Red+Green+Blue) = 232+170+207=609 (80% of max value = 765). Red value is 232 (91.02% from 255 or 38.10% from 609); Green value is 170 (66.80% from 255 or 27.91% from 609); Blue value is 207 (81.25% from 255 or 33.99% from 609); Max value from RGB is 232 - color contains mainly: red. Hex color #E8AACF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E8AACF is #175530. Grayscale: #C0C0C0. Windows color (decimal): -1529137 or 13609704. OLE color: 13609704.

HSL color Cylindrical-coordinate representation of color #E8AACF: hue angle of 324.19º degrees, saturation: 0.57, 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 #E8AACF is Cyan = 0, Magento = 0.27, Yellow = 0.11 and Black (K on CMYK) = 0.09.

Color convert

RGB232170207-
CMYK00.270.110.09
HSL324.19º57.41%78.82%-
HSV(B)324.19º26.72%90.98%-
XYZ58.9250.4165.66-
YUV192.76136.04155.99-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 38.10%
GREEN value IS 170 (66.80% from 255) = 27.91%
BLUE value IS 207 (81.25% from 255) = 33.99%
R=38.10%
G=27.91%
B=33.99%

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
Decimal23217020700.270.110.09324.1957.4178.82
HexE8AACF01BB9144394f
Octal350252317033131150471117
Binary111010001010101011001111011011101110011010001001110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8AACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8AACF; }

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

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

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

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

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

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

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

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