#EBAACE

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

Shades of Lavender Pink #EBAACE

Tints of Lavender Pink #EBAACE

Color information

#EBAACE (or 0xEBAACE) is unknown color: approx Lavender Pink. HEX triplet: EB, AA and CE. RGB value is (235,170,206). Sum of RGB (Red+Green+Blue) = 235+170+206=611 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.46% from 611); Green value is 170 (66.80% from 255 or 27.82% from 611); Blue value is 206 (80.86% from 255 or 33.72% from 611); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAACE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBAACE is #145531. Grayscale: #C1C1C1. Windows color (decimal): -1332530 or 13544171. OLE color: 13544171.

HSL color Cylindrical-coordinate representation of color #EBAACE: hue angle of 326.77º degrees, saturation: 0.62, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EBAACE is Cyan = 0, Magento = 0.28, Yellow = 0.12 and Black (K on CMYK) = 0.08.

Color convert

RGB235170206-
CMYK00.280.120.08
HSL326.77º61.9%79.41%-
HSV(B)326.77º27.66%92.16%-
XYZ59.7850.8765.06-
YUV193.54135.03157.57-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.46%
GREEN value IS 170 (66.80% from 255) = 27.82%
BLUE value IS 206 (80.86% from 255) = 33.72%
R=38.46%
G=27.82%
B=33.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.12
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517020600.280.120.08326.7761.979.41
HexEBAACE01CC81473e4f
Octal353252316034141050776117
Binary111010111010101011001110011100110010001010001111111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBAACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBAACE; }

 p { color: rgb(235,170,206); }

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

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

 a { background-color: rgb(235,170,206); }

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

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

 span { border-color: rgb(235,170,206); }

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