#E8C0EA

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

Shades of Snuff #E8C0EA

Tints of Snuff #E8C0EA

Color information

#E8C0EA (or 0xE8C0EA) is unknown color: approx Snuff. HEX triplet: E8, C0 and EA. RGB value is (232,192,234). Sum of RGB (Red+Green+Blue) = 232+192+234=658 (87% of max value = 765). Red value is 232 (91.02% from 255 or 35.26% from 658); Green value is 192 (75.39% from 255 or 29.18% from 658); Blue value is 234 (91.80% from 255 or 35.56% from 658); Max value from RGB is 234 - color contains mainly: blue. Hex color #E8C0EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8C0EA is #173F15. Grayscale: #D0D0D0. Windows color (decimal): -1523478 or 15384808. OLE color: 15384808.

HSL color Cylindrical-coordinate representation of color #E8C0EA: hue angle of 297.14º degrees, saturation: 0.5, 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 #E8C0EA is Cyan = 0.01, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB232192234-
CMYK0.010.1800.08
HSL297.14º50%83.53%-
HSV(B)297.14º17.95%91.76%-
XYZ66.9860.886.05-
YUV208.75142.25144.58-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 35.26%
GREEN value IS 192 (75.39% from 255) = 29.18%
BLUE value IS 234 (91.80% from 255) = 35.56%
R=35.26%
G=29.18%
B=35.56%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2321922340.010.1800.08297.145083.53
HexE8C0EA112081293254
Octal35030035212201045162124
Binary111010001100000011101010110010010001001010011100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8C0EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8C0EA; }

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

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

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

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

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

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

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

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