#E9C8CB

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

Shades of Azalea #E9C8CB

Tints of Azalea #E9C8CB

Color information

#E9C8CB (or 0xE9C8CB) is unknown color: approx Azalea. HEX triplet: E9, C8 and CB. RGB value is (233,200,203). Sum of RGB (Red+Green+Blue) = 233+200+203=636 (84% of max value = 765). Red value is 233 (91.41% from 255 or 36.64% from 636); Green value is 200 (78.52% from 255 or 31.45% from 636); Blue value is 203 (79.69% from 255 or 31.92% from 636); Max value from RGB is 233 - color contains mainly: red. Hex color #E9C8CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9C8CB is #163734. Grayscale: #D2D2D2. Windows color (decimal): -1455925 or 13355241. OLE color: 13355241.

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

Color convert

RGB233200203-
CMYK00.140.130.09
HSL354.55º42.86%84.9%-
HSV(B)354.55º14.16%91.37%-
XYZ65.0462.9465.22-
YUV210.21123.93144.26-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 36.64%
GREEN value IS 200 (78.52% from 255) = 31.45%
BLUE value IS 203 (79.69% from 255) = 31.92%
R=36.64%
G=31.45%
B=31.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.13
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23320020300.140.130.09354.5542.8684.9
HexE9C8CB0ED91632b55
Octal351310313016151154353125
Binary11101001110010001100101101110110110011011000111010111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9C8CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9C8CB; }

 p { color: rgb(233,200,203); }

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

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

 a { background-color: rgb(233,200,203); }

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

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

 span { border-color: rgb(233,200,203); }

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