#EAC4C5

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

Shades of Azalea #EAC4C5

Tints of Azalea #EAC4C5

Color information

#EAC4C5 (or 0xEAC4C5) is unknown color: approx Azalea. HEX triplet: EA, C4 and C5. RGB value is (234,196,197). Sum of RGB (Red+Green+Blue) = 234+196+197=627 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.32% from 627); Green value is 196 (76.95% from 255 or 31.26% from 627); Blue value is 197 (77.34% from 255 or 31.42% from 627); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC4C5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAC4C5 is #153B3A. Grayscale: #CFCFCF. Windows color (decimal): -1391419 or 12961002. OLE color: 12961002.

HSL color Cylindrical-coordinate representation of color #EAC4C5: hue angle of 358.42º degrees, saturation: 0.47, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EAC4C5 is Cyan = 0, Magento = 0.16, Yellow = 0.16 and Black (K on CMYK) = 0.08.

Color convert

RGB234196197-
CMYK00.160.160.08
HSL358.42º47.5%84.31%-
HSV(B)358.42º16.24%91.76%-
XYZ63.756161.24-
YUV207.48122.09146.92-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.32%
GREEN value IS 196 (76.95% from 255) = 31.26%
BLUE value IS 197 (77.34% from 255) = 31.42%
R=37.32%
G=31.26%
B=31.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.16
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23419619700.160.160.08358.4247.584.31
HexEAC4C50101081663054
Octal352304305020201054660124
Binary1110101011000100110001010100001000010001011001101100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC4C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC4C5; }

 p { color: rgb(234,196,197); }

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

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

 a { background-color: rgb(234,196,197); }

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

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

 span { border-color: rgb(234,196,197); }

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