#E8C3C5

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

Shades of Azalea #E8C3C5

Tints of Azalea #E8C3C5

Color information

#E8C3C5 (or 0xE8C3C5) is unknown color: approx Azalea. HEX triplet: E8, C3 and C5. RGB value is (232,195,197). Sum of RGB (Red+Green+Blue) = 232+195+197=624 (82% of max value = 765). Red value is 232 (91.02% from 255 or 37.18% from 624); Green value is 195 (76.56% from 255 or 31.25% from 624); Blue value is 197 (77.34% from 255 or 31.57% from 624); Max value from RGB is 232 - color contains mainly: red. Hex color #E8C3C5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8C3C5 is #173C3A. Grayscale: #CECECE. Windows color (decimal): -1522747 or 12960744. OLE color: 12960744.

HSL color Cylindrical-coordinate representation of color #E8C3C5: hue angle of 356.76º degrees, saturation: 0.45, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E8C3C5 is Cyan = 0, Magento = 0.16, Yellow = 0.15 and Black (K on CMYK) = 0.09.

Color convert

RGB232195197-
CMYK00.160.150.09
HSL356.76º44.58%83.73%-
HSV(B)356.76º15.95%90.98%-
XYZ62.8760.2261.13-
YUV206.29122.76146.34-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 37.18%
GREEN value IS 195 (76.56% from 255) = 31.25%
BLUE value IS 197 (77.34% from 255) = 31.57%
R=37.18%
G=31.25%
B=31.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.15
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23219519700.160.150.09356.7644.5883.73
HexE8C3C5010F91652d54
Octal350303305020171154555124
Binary111010001100001111000101010000111110011011001011011011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8C3C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8C3C5; }

 p { color: rgb(232,195,197); }

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

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

 a { background-color: rgb(232,195,197); }

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

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

 span { border-color: rgb(232,195,197); }

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