#EAC0EB

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

Shades of Snuff #EAC0EB

Tints of Snuff #EAC0EB

Color information

#EAC0EB (or 0xEAC0EB) is unknown color: approx Snuff. HEX triplet: EA, C0 and EB. RGB value is (234,192,235). Sum of RGB (Red+Green+Blue) = 234+192+235=661 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.40% from 661); Green value is 192 (75.39% from 255 or 29.05% from 661); Blue value is 235 (92.19% from 255 or 35.55% from 661); Max value from RGB is 235 - color contains mainly: blue. Hex color #EAC0EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAC0EB is #153F14. Grayscale: #D1D1D1. Windows color (decimal): -1392405 or 15450346. OLE color: 15450346.

HSL color Cylindrical-coordinate representation of color #EAC0EB: hue angle of 298.6º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EAC0EB is Cyan = 0.00, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB234192235-
CMYK0.000.1800.08
HSL298.6º51.81%83.73%-
HSV(B)298.6º18.3%92.16%-
XYZ67.7861.1986.84-
YUV209.46142.41145.5-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.40%
GREEN value IS 192 (75.39% from 255) = 29.05%
BLUE value IS 235 (92.19% from 255) = 35.55%
R=35.40%
G=29.05%
B=35.55%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341922350.000.1800.08298.651.8183.73
HexEAC0EB0120812b3454
Octal35230035302201045364124
Binary111010101100000011101011010010010001001010111101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC0EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC0EB; }

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

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

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

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

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

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

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

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