#EAC6EA

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

Shades of Snuff #EAC6EA

Tints of Snuff #EAC6EA

Color information

#EAC6EA (or 0xEAC6EA) is unknown color: approx Snuff. HEX triplet: EA, C6 and EA. RGB value is (234,198,234). Sum of RGB (Red+Green+Blue) = 234+198+234=666 (88% of max value = 765). Red value is 234 (91.80% from 255 or 35.14% from 666); Green value is 198 (77.73% from 255 or 29.73% from 666); Blue value is 234 (91.80% from 255 or 35.14% from 666); Max value from RGB is 234 - color contains mainly: red, blue. Hex color #EAC6EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAC6EA is #153915. Grayscale: #D4D4D4. Windows color (decimal): -1390870 or 15386346. OLE color: 15386346.

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

Color convert

RGB234198234-
CMYK00.1500.08
HSL300º46.15%84.71%-
HSV(B)300º15.38%91.76%-
XYZ68.9863.8286.53-
YUV212.87139.93143.07-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.14%
GREEN value IS 198 (77.73% from 255) = 29.73%
BLUE value IS 234 (91.80% from 255) = 35.14%
R=35.14%
G=29.73%
B=35.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23419823400.1500.0830046.1584.71
HexEAC6EA0F0812c2e55
Octal35230635201701045456125
Binary11101010110001101110101001111010001001011001011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC6EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC6EA; }

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

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

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

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

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

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

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

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