#E8C5C9

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

Shades of Azalea #E8C5C9

Tints of Azalea #E8C5C9

Color information

#E8C5C9 (or 0xE8C5C9) is unknown color: approx Azalea. HEX triplet: E8, C5 and C9. RGB value is (232,197,201). Sum of RGB (Red+Green+Blue) = 232+197+201=630 (83% of max value = 765). Red value is 232 (91.02% from 255 or 36.83% from 630); Green value is 197 (77.34% from 255 or 31.27% from 630); Blue value is 201 (78.91% from 255 or 31.90% from 630); Max value from RGB is 232 - color contains mainly: red. Hex color #E8C5C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8C5C9 is #173A36. Grayscale: #CFCFCF. Windows color (decimal): -1522231 or 13223400. OLE color: 13223400.

HSL color Cylindrical-coordinate representation of color #E8C5C9: hue angle of 353.14º degrees, saturation: 0.43, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E8C5C9 is Cyan = 0, Magento = 0.15, Yellow = 0.13 and Black (K on CMYK) = 0.09.

Color convert

RGB232197201-
CMYK00.150.130.09
HSL353.14º43.21%84.12%-
HSV(B)353.14º15.09%90.98%-
XYZ63.7961.3163.73-
YUV207.92124.1145.17-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 36.83%
GREEN value IS 197 (77.34% from 255) = 31.27%
BLUE value IS 201 (78.91% from 255) = 31.90%
R=36.83%
G=31.27%
B=31.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.13
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23219720100.150.130.09353.1443.2184.12
HexE8C5C90FD91612b54
Octal350305311017151154153124
Binary11101000110001011100100101111110110011011000011010111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8C5C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8C5C9; }

 p { color: rgb(232,197,201); }

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

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

 a { background-color: rgb(232,197,201); }

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

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

 span { border-color: rgb(232,197,201); }

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