#EBA8CF

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

Shades of Lavender Pink #EBA8CF

Tints of Lavender Pink #EBA8CF

Color information

#EBA8CF (or 0xEBA8CF) is unknown color: approx Lavender Pink. HEX triplet: EB, A8 and CF. RGB value is (235,168,207). Sum of RGB (Red+Green+Blue) = 235+168+207=610 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.52% from 610); Green value is 168 (66.02% from 255 or 27.54% from 610); Blue value is 207 (81.25% from 255 or 33.93% from 610); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA8CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA8CF is #145730. Grayscale: #C0C0C0. Windows color (decimal): -1333041 or 13609195. OLE color: 13609195.

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

Color convert

RGB235168207-
CMYK00.290.120.08
HSL325.07º62.62%79.02%-
HSV(B)325.07º28.51%92.16%-
XYZ59.5350.1765.58-
YUV192.48136.2158.33-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.52%
GREEN value IS 168 (66.02% from 255) = 27.54%
BLUE value IS 207 (81.25% from 255) = 33.93%
R=38.52%
G=27.54%
B=33.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.12
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23516820700.290.120.08325.0762.6279.02
HexEBA8CF01DC81453f4f
Octal353250317035141050577117
Binary111010111010100011001111011101110010001010001011111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA8CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA8CF; }

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

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

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

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

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

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

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

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