#EAC4F1

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

Shades of Snuff #EAC4F1

Tints of Snuff #EAC4F1

Color information

#EAC4F1 (or 0xEAC4F1) is unknown color: approx Snuff. HEX triplet: EA, C4 and F1. RGB value is (234,196,241). Sum of RGB (Red+Green+Blue) = 234+196+241=671 (88% of max value = 765). Red value is 234 (91.80% from 255 or 34.87% from 671); Green value is 196 (76.95% from 255 or 29.21% from 671); Blue value is 241 (94.53% from 255 or 35.92% from 671); Max value from RGB is 241 - color contains mainly: blue. Hex color #EAC4F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAC4F1 is #153B0E. Grayscale: #D4D4D4. Windows color (decimal): -1391375 or 15844586. OLE color: 15844586.

HSL color Cylindrical-coordinate representation of color #EAC4F1: hue angle of 290.67º degrees, saturation: 0.62, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EAC4F1 is Cyan = 0.03, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB234196241-
CMYK0.030.1900.05
HSL290.67º61.64%85.69%-
HSV(B)290.67º18.67%94.51%-
XYZ69.5563.3291.78-
YUV212.49144.09143.34-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.87%
GREEN value IS 196 (76.95% from 255) = 29.21%
BLUE value IS 241 (94.53% from 255) = 35.92%
R=34.87%
G=29.21%
B=35.92%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2341962410.030.1900.05290.6761.6485.69
HexEAC4F1313051233e56
Octal3523043613230544376126
Binary111010101100010011110001111001101011001000111111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC4F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC4F1; }

 p { color: rgb(234,196,241); }

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

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

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

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

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

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

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