#EAC0F0

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

Shades of Snuff #EAC0F0

Tints of Snuff #EAC0F0

Color information

#EAC0F0 (or 0xEAC0F0) is unknown color: approx Snuff. HEX triplet: EA, C0 and F0. RGB value is (234,192,240). Sum of RGB (Red+Green+Blue) = 234+192+240=666 (88% of max value = 765). Red value is 234 (91.80% from 255 or 35.14% from 666); Green value is 192 (75.39% from 255 or 28.83% from 666); Blue value is 240 (94.14% from 255 or 36.04% from 666); Max value from RGB is 240 - color contains mainly: blue. Hex color #EAC0F0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAC0F0 is #153F0F. Grayscale: #D1D1D1. Windows color (decimal): -1392400 or 15778026. OLE color: 15778026.

HSL color Cylindrical-coordinate representation of color #EAC0F0: hue angle of 292.5º degrees, saturation: 0.62, 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 #EAC0F0 is Cyan = 0.02, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB234192240-
CMYK0.020.2000.06
HSL292.5º61.54%84.71%-
HSV(B)292.5º20%94.12%-
XYZ68.5161.4890.69-
YUV210.03144.91145.1-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.14%
GREEN value IS 192 (75.39% from 255) = 28.83%
BLUE value IS 240 (94.14% from 255) = 36.04%
R=35.14%
G=28.83%
B=36.04%

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
Decimal2341922400.020.2000.06292.561.5484.71
HexEAC0F0214061243e55
Octal3523003602240644476125
Binary111010101100000011110000101010001101001001001111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC0F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC0F0; }

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

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

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

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

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

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

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

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