#EBA8CE

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

Shades of Lavender Pink #EBA8CE

Tints of Lavender Pink #EBA8CE

Color information

#EBA8CE (or 0xEBA8CE) is unknown color: approx Lavender Pink. HEX triplet: EB, A8 and CE. RGB value is (235,168,206). Sum of RGB (Red+Green+Blue) = 235+168+206=609 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.59% from 609); Green value is 168 (66.02% from 255 or 27.59% from 609); Blue value is 206 (80.86% from 255 or 33.83% from 609); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA8CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA8CE is #145731. Grayscale: #C0C0C0. Windows color (decimal): -1333042 or 13543659. OLE color: 13543659.

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

Color convert

RGB235168206-
CMYK00.290.120.08
HSL325.97º62.62%79.02%-
HSV(B)325.97º28.51%92.16%-
XYZ59.450.1264.94-
YUV192.36135.7158.41-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.59%
GREEN value IS 168 (66.02% from 255) = 27.59%
BLUE value IS 206 (80.86% from 255) = 33.83%
R=38.59%
G=27.59%
B=33.83%

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
Decimal23516820600.290.120.08325.9762.6279.02
HexEBA8CE01DC81463f4f
Octal353250316035141050677117
Binary111010111010100011001110011101110010001010001101111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA8CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA8CE; }

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

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

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

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

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

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

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

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