#E9C5C9

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

Shades of Azalea #E9C5C9

Tints of Azalea #E9C5C9

Color information

#E9C5C9 (or 0xE9C5C9) is unknown color: approx Azalea. HEX triplet: E9, C5 and C9. RGB value is (233,197,201). Sum of RGB (Red+Green+Blue) = 233+197+201=631 (83% of max value = 765). Red value is 233 (91.41% from 255 or 36.93% from 631); Green value is 197 (77.34% from 255 or 31.22% from 631); Blue value is 201 (78.91% from 255 or 31.85% from 631); Max value from RGB is 233 - color contains mainly: red. Hex color #E9C5C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9C5C9 is #163A36. Grayscale: #D0D0D0. Windows color (decimal): -1456695 or 13223401. OLE color: 13223401.

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

Color convert

RGB233197201-
CMYK00.150.140.09
HSL353.33º45%84.31%-
HSV(B)353.33º15.45%91.37%-
XYZ64.1161.4763.74-
YUV208.22123.93145.67-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 36.93%
GREEN value IS 197 (77.34% from 255) = 31.22%
BLUE value IS 201 (78.91% from 255) = 31.85%
R=36.93%
G=31.22%
B=31.85%

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
Decimal23319720100.150.140.09353.334584.31
HexE9C5C90FE91612d54
Octal351305311017161154155124
Binary11101001110001011100100101111111010011011000011011011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9C5C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9C5C9; }

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

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

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

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

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

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

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

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