#EAC9CA

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

Shades of Azalea #EAC9CA

Tints of Azalea #EAC9CA

Color information

#EAC9CA (or 0xEAC9CA) is unknown color: approx Azalea. HEX triplet: EA, C9 and CA. RGB value is (234,201,202). Sum of RGB (Red+Green+Blue) = 234+201+202=637 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.73% from 637); Green value is 201 (78.91% from 255 or 31.55% from 637); Blue value is 202 (79.30% from 255 or 31.71% from 637); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC9CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAC9CA is #153635. Grayscale: #D3D3D3. Windows color (decimal): -1390134 or 13289962. OLE color: 13289962.

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

Color convert

RGB234201202-
CMYK00.140.140.08
HSL358.18º44%85.29%-
HSV(B)358.18º14.1%91.76%-
XYZ65.4863.5364.69-
YUV210.98122.93144.42-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.73%
GREEN value IS 201 (78.91% from 255) = 31.55%
BLUE value IS 202 (79.30% from 255) = 31.71%
R=36.73%
G=31.55%
B=31.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23420120200.140.140.08358.184485.29
HexEAC9CA0EE81662c55
Octal352311312016161054654125
Binary11101010110010011100101001110111010001011001101011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC9CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC9CA; }

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

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

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

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

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

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

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

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