#EAC1F0

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

Shades of Snuff #EAC1F0

Tints of Snuff #EAC1F0

Color information

#EAC1F0 (or 0xEAC1F0) is unknown color: approx Snuff. HEX triplet: EA, C1 and F0. RGB value is (234,193,240). Sum of RGB (Red+Green+Blue) = 234+193+240=667 (88% of max value = 765). Red value is 234 (91.80% from 255 or 35.08% from 667); Green value is 193 (75.78% from 255 or 28.94% from 667); Blue value is 240 (94.14% from 255 or 35.98% from 667); Max value from RGB is 240 - color contains mainly: blue. Hex color #EAC1F0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAC1F0 is #153E0F. Grayscale: #D2D2D2. Windows color (decimal): -1392144 or 15778282. OLE color: 15778282.

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

Color convert

RGB234193240-
CMYK0.020.2000.06
HSL292.34º61.04%84.9%-
HSV(B)292.34º19.58%94.12%-
XYZ68.7361.9290.77-
YUV210.62144.58144.68-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.08%
GREEN value IS 193 (75.78% from 255) = 28.94%
BLUE value IS 240 (94.14% from 255) = 35.98%
R=35.08%
G=28.94%
B=35.98%

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
Decimal2341932400.020.2000.06292.3461.0484.9
HexEAC1F0214061243d55
Octal3523013602240644475125
Binary111010101100000111110000101010001101001001001111011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC1F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC1F0; }

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

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

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

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

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

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

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

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