#EAC9CC

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

Shades of Azalea #EAC9CC

Tints of Azalea #EAC9CC

Color information

#EAC9CC (or 0xEAC9CC) is unknown color: approx Azalea. HEX triplet: EA, C9 and CC. RGB value is (234,201,204). Sum of RGB (Red+Green+Blue) = 234+201+204=639 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.62% from 639); Green value is 201 (78.91% from 255 or 31.46% from 639); Blue value is 204 (80.08% from 255 or 31.92% from 639); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC9CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAC9CC is #153633. Grayscale: #D3D3D3. Windows color (decimal): -1390132 or 13421034. OLE color: 13421034.

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

Color convert

RGB234201204-
CMYK00.140.130.08
HSL354.55º44%85.29%-
HSV(B)354.55º14.1%91.76%-
XYZ65.7263.6365.94-
YUV211.21123.93144.26-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.62%
GREEN value IS 201 (78.91% from 255) = 31.46%
BLUE value IS 204 (80.08% from 255) = 31.92%
R=36.62%
G=31.46%
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.08
SystemRedGreenBlueCMYKHSL
Decimal23420120400.140.130.08354.554485.29
HexEAC9CC0ED81632c55
Octal352311314016151054354125
Binary11101010110010011100110001110110110001011000111011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC9CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC9CC; }

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

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

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

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

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

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

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

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