#E9C8CA

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

Shades of Azalea #E9C8CA

Tints of Azalea #E9C8CA

Color information

#E9C8CA (or 0xE9C8CA) is unknown color: approx Azalea. HEX triplet: E9, C8 and CA. RGB value is (233,200,202). Sum of RGB (Red+Green+Blue) = 233+200+202=635 (84% of max value = 765). Red value is 233 (91.41% from 255 or 36.69% from 635); Green value is 200 (78.52% from 255 or 31.50% from 635); Blue value is 202 (79.30% from 255 or 31.81% from 635); Max value from RGB is 233 - color contains mainly: red. Hex color #E9C8CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9C8CA is #163735. Grayscale: #D2D2D2. Windows color (decimal): -1455926 or 13289705. OLE color: 13289705.

HSL color Cylindrical-coordinate representation of color #E9C8CA: hue angle of 356.36º 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 #E9C8CA is Cyan = 0, Magento = 0.14, Yellow = 0.13 and Black (K on CMYK) = 0.09.

Color convert

RGB233200202-
CMYK00.140.130.09
HSL356.36º42.86%84.9%-
HSV(B)356.36º14.16%91.37%-
XYZ64.9262.964.6-
YUV210.1123.43144.34-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 36.69%
GREEN value IS 200 (78.52% from 255) = 31.50%
BLUE value IS 202 (79.30% from 255) = 31.81%
R=36.69%
G=31.50%
B=31.81%

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
Decimal23320020200.140.130.09356.3642.8684.9
HexE9C8CA0ED91642b55
Octal351310312016151154453125
Binary11101001110010001100101001110110110011011001001010111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9C8CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9C8CA; }

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

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

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

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

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

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

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

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