#EACAD6

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

Shades of Prim #EACAD6

Tints of Prim #EACAD6

Color information

#EACAD6 (or 0xEACAD6) is unknown color: approx Prim. HEX triplet: EA, CA and D6. RGB value is (234,202,214). Sum of RGB (Red+Green+Blue) = 234+202+214=650 (86% of max value = 765). Red value is 234 (91.80% from 255 or 36% from 650); Green value is 202 (79.30% from 255 or 31.08% from 650); Blue value is 214 (83.98% from 255 or 32.92% from 650); Max value from RGB is 234 - color contains mainly: red. Hex color #EACAD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EACAD6 is #153529. Grayscale: #D4D4D4. Windows color (decimal): -1389866 or 14076650. OLE color: 14076650.

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

Color convert

RGB234202214-
CMYK00.140.090.08
HSL337.5º43.24%85.49%-
HSV(B)337.5º13.68%91.76%-
XYZ67.1964.5972.54-
YUV212.94128.6143.02-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36%
GREEN value IS 202 (79.30% from 255) = 31.08%
BLUE value IS 214 (83.98% from 255) = 32.92%
R=36%
G=31.08%
B=32.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23420221400.140.090.08337.543.2485.49
HexEACAD60E981522b55
Octal352312326016111052253125
Binary11101010110010101101011001110100110001010100101010111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EACAD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EACAD6; }

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

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

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

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

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

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

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

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