#EAC9EA

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

Shades of Snuff #EAC9EA

Tints of Snuff #EAC9EA

Color information

#EAC9EA (or 0xEAC9EA) is unknown color: approx Snuff. HEX triplet: EA, C9 and EA. RGB value is (234,201,234). Sum of RGB (Red+Green+Blue) = 234+201+234=669 (88% of max value = 765). Red value is 234 (91.80% from 255 or 34.98% from 669); Green value is 201 (78.91% from 255 or 30.04% from 669); Blue value is 234 (91.80% from 255 or 34.98% from 669); Max value from RGB is 234 - color contains mainly: red, blue. Hex color #EAC9EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAC9EA is #153615. Grayscale: #D6D6D6. Windows color (decimal): -1390102 or 15387114. OLE color: 15387114.

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

Color convert

RGB234201234-
CMYK00.1400.08
HSL300º44%85.29%-
HSV(B)300º14.1%91.76%-
XYZ69.6765.2186.76-
YUV214.63138.93141.82-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.98%
GREEN value IS 201 (78.91% from 255) = 30.04%
BLUE value IS 234 (91.80% from 255) = 34.98%
R=34.98%
G=30.04%
B=34.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23420123400.1400.083004485.29
HexEAC9EA0E0812c2c55
Octal35231135201601045454125
Binary11101010110010011110101001110010001001011001011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC9EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC9EA; }

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

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

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

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

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

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

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

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