#EBA4CE

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

Shades of Lavender Pink #EBA4CE

Tints of Lavender Pink #EBA4CE

Color information

#EBA4CE (or 0xEBA4CE) is unknown color: approx Lavender Pink. HEX triplet: EB, A4 and CE. RGB value is (235,164,206). Sum of RGB (Red+Green+Blue) = 235+164+206=605 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.84% from 605); Green value is 164 (64.45% from 255 or 27.11% from 605); Blue value is 206 (80.86% from 255 or 34.05% from 605); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA4CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA4CE is #145B31. Grayscale: #BDBDBD. Windows color (decimal): -1334066 or 13542635. OLE color: 13542635.

HSL color Cylindrical-coordinate representation of color #EBA4CE: hue angle of 324.51º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EBA4CE is Cyan = 0, Magento = 0.30, Yellow = 0.12 and Black (K on CMYK) = 0.08.

Color convert

RGB235164206-
CMYK00.300.120.08
HSL324.51º63.96%78.24%-
HSV(B)324.51º30.21%92.16%-
XYZ58.6848.6764.69-
YUV190.02137.02160.08-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.84%
GREEN value IS 164 (64.45% from 255) = 27.11%
BLUE value IS 206 (80.86% from 255) = 34.05%
R=38.84%
G=27.11%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.12
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23516420600.300.120.08324.5163.9678.24
HexEBA4CE01EC8145404e
Octal3532443160361410505100116
Binary1110101110100100110011100111101100100010100010110000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA4CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA4CE; }

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

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

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

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

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

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

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

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