#EAC5F1

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

Shades of Snuff #EAC5F1

Tints of Snuff #EAC5F1

Color information

#EAC5F1 (or 0xEAC5F1) is unknown color: approx Snuff. HEX triplet: EA, C5 and F1. RGB value is (234,197,241). Sum of RGB (Red+Green+Blue) = 234+197+241=672 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.82% from 672); Green value is 197 (77.34% from 255 or 29.32% from 672); Blue value is 241 (94.53% from 255 or 35.86% from 672); Max value from RGB is 241 - color contains mainly: blue. Hex color #EAC5F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAC5F1 is #153A0E. Grayscale: #D4D4D4. Windows color (decimal): -1391119 or 15844842. OLE color: 15844842.

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

Color convert

RGB234197241-
CMYK0.030.1800.05
HSL290.45º61.11%85.88%-
HSV(B)290.45º18.26%94.51%-
XYZ69.7863.7891.85-
YUV213.08143.76142.92-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.82%
GREEN value IS 197 (77.34% from 255) = 29.32%
BLUE value IS 241 (94.53% from 255) = 35.86%
R=34.82%
G=29.32%
B=35.86%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2341972410.030.1800.05290.4561.1185.88
HexEAC5F1312051223d56
Octal3523053613220544275126
Binary111010101100010111110001111001001011001000101111011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC5F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC5F1; }

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

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

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

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

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

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

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

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