#EBA6CC

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

Shades of Lavender Pink #EBA6CC

Tints of Lavender Pink #EBA6CC

Color information

#EBA6CC (or 0xEBA6CC) is unknown color: approx Lavender Pink. HEX triplet: EB, A6 and CC. RGB value is (235,166,204). Sum of RGB (Red+Green+Blue) = 235+166+204=605 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.84% from 605); Green value is 166 (65.23% from 255 or 27.44% from 605); Blue value is 204 (80.08% from 255 or 33.72% from 605); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA6CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA6CC is #145933. Grayscale: #BEBEBE. Windows color (decimal): -1333556 or 13412075. OLE color: 13412075.

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

Color convert

RGB235166204-
CMYK00.290.130.08
HSL326.96º63.3%78.63%-
HSV(B)326.96º29.36%92.16%-
XYZ58.849.2963.54-
YUV190.96135.36159.41-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.84%
GREEN value IS 166 (65.23% from 255) = 27.44%
BLUE value IS 204 (80.08% from 255) = 33.72%
R=38.84%
G=27.44%
B=33.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.13
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23516620400.290.130.08326.9663.378.63
HexEBA6CC01DD81473f4f
Octal353246314035151050777117
Binary111010111010011011001100011101110110001010001111111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA6CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA6CC; }

 p { color: rgb(235,166,204); }

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

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

 a { background-color: rgb(235,166,204); }

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

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

 span { border-color: rgb(235,166,204); }

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