#EAC7CF

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

Shades of Pink Lace #EAC7CF

Tints of Pink Lace #EAC7CF

Color information

#EAC7CF (or 0xEAC7CF) is unknown color: approx Pink Lace. HEX triplet: EA, C7 and CF. RGB value is (234,199,207). Sum of RGB (Red+Green+Blue) = 234+199+207=640 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.56% from 640); Green value is 199 (78.12% from 255 or 31.09% from 640); Blue value is 207 (81.25% from 255 or 32.34% from 640); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC7CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAC7CF is #153830. Grayscale: #D2D2D2. Windows color (decimal): -1390641 or 13617130. OLE color: 13617130.

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

Color convert

RGB234199207-
CMYK00.150.120.08
HSL346.29º45.45%84.9%-
HSV(B)346.29º14.96%91.76%-
XYZ65.6262.8467.7-
YUV210.38126.1144.85-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.56%
GREEN value IS 199 (78.12% from 255) = 31.09%
BLUE value IS 207 (81.25% from 255) = 32.34%
R=36.56%
G=31.09%
B=32.34%

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
Decimal23419920700.150.120.08346.2945.4584.9
HexEAC7CF0FC815a2d55
Octal352307317017141053255125
Binary11101010110001111100111101111110010001010110101011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC7CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC7CF; }

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

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

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

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

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

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

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

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