#EAC2EA

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

Shades of Snuff #EAC2EA

Tints of Snuff #EAC2EA

Color information

#EAC2EA (or 0xEAC2EA) is unknown color: approx Snuff. HEX triplet: EA, C2 and EA. RGB value is (234,194,234). Sum of RGB (Red+Green+Blue) = 234+194+234=662 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.35% from 662); Green value is 194 (76.17% from 255 or 29.31% from 662); Blue value is 234 (91.80% from 255 or 35.35% from 662); Max value from RGB is 234 - color contains mainly: red, blue. Hex color #EAC2EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAC2EA is #153D15. Grayscale: #D2D2D2. Windows color (decimal): -1391894 or 15385322. OLE color: 15385322.

HSL color Cylindrical-coordinate representation of color #EAC2EA: hue angle of 300º degrees, saturation: 0.49, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EAC2EA is Cyan = 0, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB234194234-
CMYK00.1700.08
HSL300º48.78%83.92%-
HSV(B)300º17.09%91.76%-
XYZ68.0762.0286.22-
YUV210.52141.25144.75-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.35%
GREEN value IS 194 (76.17% from 255) = 29.31%
BLUE value IS 234 (91.80% from 255) = 35.35%
R=35.35%
G=29.31%
B=35.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23419423400.1700.0830048.7883.92
HexEAC2EA0110812c3154
Octal35230235202101045461124
Binary111010101100001011101010010001010001001011001100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC2EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC2EA; }

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

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

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

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

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

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

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

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