#E8C9CC

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

Shades of Azalea #E8C9CC

Tints of Azalea #E8C9CC

Color information

#E8C9CC (or 0xE8C9CC) is unknown color: approx Azalea. HEX triplet: E8, C9 and CC. RGB value is (232,201,204). Sum of RGB (Red+Green+Blue) = 232+201+204=637 (84% of max value = 765). Red value is 232 (91.02% from 255 or 36.42% from 637); Green value is 201 (78.91% from 255 or 31.55% from 637); Blue value is 204 (80.08% from 255 or 32.03% from 637); Max value from RGB is 232 - color contains mainly: red. Hex color #E8C9CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8C9CC is #173633. Grayscale: #D2D2D2. Windows color (decimal): -1521204 or 13421032. OLE color: 13421032.

HSL color Cylindrical-coordinate representation of color #E8C9CC: hue angle of 354.19º degrees, saturation: 0.4, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E8C9CC is Cyan = 0, Magento = 0.13, Yellow = 0.12 and Black (K on CMYK) = 0.09.

Color convert

RGB232201204-
CMYK00.130.120.09
HSL354.19º40.26%84.9%-
HSV(B)354.19º13.36%90.98%-
XYZ65.0663.2965.91-
YUV210.61124.27143.26-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 36.42%
GREEN value IS 201 (78.91% from 255) = 31.55%
BLUE value IS 204 (80.08% from 255) = 32.03%
R=36.42%
G=31.55%
B=32.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.12
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23220120400.130.120.09354.1940.2684.9
HexE8C9CC0DC91622855
Octal350311314015141154250125
Binary11101000110010011100110001101110010011011000101010001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8C9CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8C9CC; }

 p { color: rgb(232,201,204); }

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

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

 a { background-color: rgb(232,201,204); }

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

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

 span { border-color: rgb(232,201,204); }

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