#E9C6C9

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

Shades of Azalea #E9C6C9

Tints of Azalea #E9C6C9

Color information

#E9C6C9 (or 0xE9C6C9) is unknown color: approx Azalea. HEX triplet: E9, C6 and C9. RGB value is (233,198,201). Sum of RGB (Red+Green+Blue) = 233+198+201=632 (83% of max value = 765). Red value is 233 (91.41% from 255 or 36.87% from 632); Green value is 198 (77.73% from 255 or 31.33% from 632); Blue value is 201 (78.91% from 255 or 31.80% from 632); Max value from RGB is 233 - color contains mainly: red. Hex color #E9C6C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9C6C9 is #163936. Grayscale: #D0D0D0. Windows color (decimal): -1456439 or 13223657. OLE color: 13223657.

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

Color convert

RGB233198201-
CMYK00.150.140.09
HSL354.86º44.3%84.51%-
HSV(B)354.86º15.02%91.37%-
XYZ64.3461.9363.82-
YUV208.81123.6145.26-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 36.87%
GREEN value IS 198 (77.73% from 255) = 31.33%
BLUE value IS 201 (78.91% from 255) = 31.80%
R=36.87%
G=31.33%
B=31.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.14
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23319820100.150.140.09354.8644.384.51
HexE9C6C90FE91632c55
Octal351306311017161154354125
Binary11101001110001101100100101111111010011011000111011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9C6C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9C6C9; }

 p { color: rgb(233,198,201); }

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

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

 a { background-color: rgb(233,198,201); }

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

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

 span { border-color: rgb(233,198,201); }

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