#EAC7C9

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

Shades of Azalea #EAC7C9

Tints of Azalea #EAC7C9

Color information

#EAC7C9 (or 0xEAC7C9) is unknown color: approx Azalea. HEX triplet: EA, C7 and C9. RGB value is (234,199,201). Sum of RGB (Red+Green+Blue) = 234+199+201=634 (83% of max value = 765). Red value is 234 (91.80% from 255 or 36.91% from 634); Green value is 199 (78.12% from 255 or 31.39% from 634); Blue value is 201 (78.91% from 255 or 31.70% from 634); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC7C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAC7C9 is #153836. Grayscale: #D1D1D1. Windows color (decimal): -1390647 or 13223914. OLE color: 13223914.

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

Color convert

RGB234199201-
CMYK00.150.140.08
HSL356.57º45.45%84.9%-
HSV(B)356.57º14.96%91.76%-
XYZ64.962.5663.91-
YUV209.69123.1145.34-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.91%
GREEN value IS 199 (78.12% from 255) = 31.39%
BLUE value IS 201 (78.91% from 255) = 31.70%
R=36.91%
G=31.39%
B=31.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23419920100.150.140.08356.5745.4584.9
HexEAC7C90FE81652d55
Octal352307311017161054555125
Binary11101010110001111100100101111111010001011001011011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC7C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC7C9; }

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

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

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

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

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

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

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

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