#EAC0EF

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

Shades of Snuff #EAC0EF

Tints of Snuff #EAC0EF

Color information

#EAC0EF (or 0xEAC0EF) is unknown color: approx Snuff. HEX triplet: EA, C0 and EF. RGB value is (234,192,239). Sum of RGB (Red+Green+Blue) = 234+192+239=665 (88% of max value = 765). Red value is 234 (91.80% from 255 or 35.19% from 665); Green value is 192 (75.39% from 255 or 28.87% from 665); Blue value is 239 (93.75% from 255 or 35.94% from 665); Max value from RGB is 239 - color contains mainly: blue. Hex color #EAC0EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAC0EF is #153F10. Grayscale: #D1D1D1. Windows color (decimal): -1392401 or 15712490. OLE color: 15712490.

HSL color Cylindrical-coordinate representation of color #EAC0EF: hue angle of 293.62º degrees, saturation: 0.59, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EAC0EF is Cyan = 0.02, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB234192239-
CMYK0.020.2000.06
HSL293.62º59.49%84.51%-
HSV(B)293.62º19.67%93.73%-
XYZ68.3661.4289.91-
YUV209.92144.41145.18-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.19%
GREEN value IS 192 (75.39% from 255) = 28.87%
BLUE value IS 239 (93.75% from 255) = 35.94%
R=35.19%
G=28.87%
B=35.94%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2341922390.020.2000.06293.6259.4984.51
HexEAC0EF214061263b55
Octal3523003572240644673125
Binary111010101100000011101111101010001101001001101110111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC0EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC0EF; }

 p { color: rgb(234,192,239); }

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

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

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

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

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

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

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