#EAC6CF

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

Shades of Pink Lace #EAC6CF

Tints of Pink Lace #EAC6CF

Color information

#EAC6CF (or 0xEAC6CF) is unknown color: approx Pink Lace. HEX triplet: EA, C6 and CF. RGB value is (234,198,207). Sum of RGB (Red+Green+Blue) = 234+198+207=639 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.62% from 639); Green value is 198 (77.73% from 255 or 30.99% from 639); Blue value is 207 (81.25% from 255 or 32.39% from 639); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC6CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAC6CF is #153930. Grayscale: #D1D1D1. Windows color (decimal): -1390897 or 13616874. OLE color: 13616874.

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

Color convert

RGB234198207-
CMYK00.150.120.08
HSL345º46.15%84.71%-
HSV(B)345º15.38%91.76%-
XYZ65.3962.3967.63-
YUV209.79126.43145.27-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.62%
GREEN value IS 198 (77.73% from 255) = 30.99%
BLUE value IS 207 (81.25% from 255) = 32.39%
R=36.62%
G=30.99%
B=32.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.12
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23419820700.150.120.0834546.1584.71
HexEAC6CF0FC81592e55
Octal352306317017141053156125
Binary11101010110001101100111101111110010001010110011011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC6CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC6CF; }

 p { color: rgb(234,198,207); }

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

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

 a { background-color: rgb(234,198,207); }

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

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

 span { border-color: rgb(234,198,207); }

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