#EACAD0

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

Shades of Pink Lace #EACAD0

Tints of Pink Lace #EACAD0

Color information

#EACAD0 (or 0xEACAD0) is unknown color: approx Pink Lace. HEX triplet: EA, CA and D0. RGB value is (234,202,208). Sum of RGB (Red+Green+Blue) = 234+202+208=644 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.34% from 644); Green value is 202 (79.30% from 255 or 31.37% from 644); Blue value is 208 (81.64% from 255 or 32.30% from 644); Max value from RGB is 234 - color contains mainly: red. Hex color #EACAD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EACAD0 is #15352F. Grayscale: #D4D4D4. Windows color (decimal): -1389872 or 13683434. OLE color: 13683434.

HSL color Cylindrical-coordinate representation of color #EACAD0: hue angle of 348.75º degrees, saturation: 0.43, 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 #EACAD0 is Cyan = 0, Magento = 0.14, Yellow = 0.11 and Black (K on CMYK) = 0.08.

Color convert

RGB234202208-
CMYK00.140.110.08
HSL348.75º43.24%85.49%-
HSV(B)348.75º13.68%91.76%-
XYZ66.4464.2968.58-
YUV212.25125.6143.51-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.34%
GREEN value IS 202 (79.30% from 255) = 31.37%
BLUE value IS 208 (81.64% from 255) = 32.30%
R=36.34%
G=31.37%
B=32.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.11
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23420220800.140.110.08348.7543.2485.49
HexEACAD00EB815d2b55
Octal352312320016131053553125
Binary11101010110010101101000001110101110001010111011010111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EACAD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EACAD0; }

 p { color: rgb(234,202,208); }

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

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

 a { background-color: rgb(234,202,208); }

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

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

 span { border-color: rgb(234,202,208); }

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