#EBAACF

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

Shades of Lavender Pink #EBAACF

Tints of Lavender Pink #EBAACF

Color information

#EBAACF (or 0xEBAACF) is unknown color: approx Lavender Pink. HEX triplet: EB, AA and CF. RGB value is (235,170,207). Sum of RGB (Red+Green+Blue) = 235+170+207=612 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.40% from 612); Green value is 170 (66.80% from 255 or 27.78% from 612); Blue value is 207 (81.25% from 255 or 33.82% from 612); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAACF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBAACF is #145530. Grayscale: #C1C1C1. Windows color (decimal): -1332529 or 13609707. OLE color: 13609707.

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

Color convert

RGB235170207-
CMYK00.280.120.08
HSL325.85º61.9%79.41%-
HSV(B)325.85º27.66%92.16%-
XYZ59.950.9265.7-
YUV193.65135.53157.49-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.40%
GREEN value IS 170 (66.80% from 255) = 27.78%
BLUE value IS 207 (81.25% from 255) = 33.82%
R=38.40%
G=27.78%
B=33.82%

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
Decimal23517020700.280.120.08325.8561.979.41
HexEBAACF01CC81463e4f
Octal353252317034141050676117
Binary111010111010101011001111011100110010001010001101111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBAACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBAACF; }

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

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

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

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

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

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

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

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