#eac9ce

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

Shades of Pink Lace #EAC9CE

Tints of Pink Lace #EAC9CE

Color information

#EAC9CE (or 0xEAC9CE) is unknown color: approx Pink Lace. HEX triplet: EA, C9 and CE. RGB value is (234,201,206). Sum of RGB (Red+Green+Blue) = 234+201+206=641 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.51% from 641); Green value is 201 (78.91% from 255 or 31.36% from 641); Blue value is 206 (80.86% from 255 or 32.14% from 641); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC9CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAC9CE is #153631. Grayscale: #D3D3D3. Windows color (decimal): -1390130 or 13552106. OLE color: 13552106.

HSL color Cylindrical-coordinate representation of color #EAC9CE: hue angle of 350.91º degrees, saturation: 0.44, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EAC9CE is Cyan = 0, Magento = 0.14, Yellow = 0.12 and Black (K on CMYK) = 0.08.

Color convert

RGB234201206-
CMYK00.140.120.08
HSL350.91º44%85.29%-
HSV(B)350.91º14.1%91.76%-
XYZ65.9663.7267.22-
YUV211.44124.93144.09-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.51%
GREEN value IS 201 (78.91% from 255) = 31.36%
BLUE value IS 206 (80.86% from 255) = 32.14%
R=36.51%
G=31.36%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.12
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23420120600.140.120.08350.914485.29
HexEAC9CE0EC815f2c55
Octal352311316016141053754125
Binary11101010110010011100111001110110010001010111111011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #eac9ce

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #eac9ce; }

 p { color: rgb(234,201,206); }

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

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

 a { background-color: rgb(234,201,206); }

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

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

 span { border-color: rgb(234,201,206); }

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