#EAC0EE

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

Shades of Snuff #EAC0EE

Tints of Snuff #EAC0EE

Color information

#EAC0EE (or 0xEAC0EE) is unknown color: approx Snuff. HEX triplet: EA, C0 and EE. RGB value is (234,192,238). Sum of RGB (Red+Green+Blue) = 234+192+238=664 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.24% from 664); Green value is 192 (75.39% from 255 or 28.92% from 664); Blue value is 238 (93.36% from 255 or 35.84% from 664); Max value from RGB is 238 - color contains mainly: blue. Hex color #EAC0EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAC0EE is #153F11. Grayscale: #D1D1D1. Windows color (decimal): -1392402 or 15646954. OLE color: 15646954.

HSL color Cylindrical-coordinate representation of color #EAC0EE: hue angle of 294.78º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EAC0EE is Cyan = 0.02, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB234192238-
CMYK0.020.1900.07
HSL294.78º57.5%84.31%-
HSV(B)294.78º19.33%93.33%-
XYZ68.2161.3689.14-
YUV209.8143.91145.26-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.24%
GREEN value IS 192 (75.39% from 255) = 28.92%
BLUE value IS 238 (93.36% from 255) = 35.84%
R=35.24%
G=28.92%
B=35.84%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2341922380.020.1900.07294.7857.584.31
HexEAC0EE213071273a54
Octal3523003562230744772124
Binary111010101100000011101110101001101111001001111110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC0EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC0EE; }

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

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

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

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

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

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

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

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