#E8C5C8

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

Shades of Azalea #E8C5C8

Tints of Azalea #E8C5C8

Color information

#E8C5C8 (or 0xE8C5C8) is unknown color: approx Azalea. HEX triplet: E8, C5 and C8. RGB value is (232,197,200). Sum of RGB (Red+Green+Blue) = 232+197+200=629 (83% of max value = 765). Red value is 232 (91.02% from 255 or 36.88% from 629); Green value is 197 (77.34% from 255 or 31.32% from 629); Blue value is 200 (78.52% from 255 or 31.80% from 629); Max value from RGB is 232 - color contains mainly: red. Hex color #E8C5C8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8C5C8 is #173A37. Grayscale: #CFCFCF. Windows color (decimal): -1522232 or 13157864. OLE color: 13157864.

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

Color convert

RGB232197200-
CMYK00.150.140.09
HSL354.86º43.21%84.12%-
HSV(B)354.86º15.09%90.98%-
XYZ63.6761.2663.11-
YUV207.81123.6145.26-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 36.88%
GREEN value IS 197 (77.34% from 255) = 31.32%
BLUE value IS 200 (78.52% from 255) = 31.80%
R=36.88%
G=31.32%
B=31.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.14
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23219720000.150.140.09354.8643.2184.12
HexE8C5C80FE91632b54
Octal350305310017161154353124
Binary11101000110001011100100001111111010011011000111010111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8C5C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8C5C8; }

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

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

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

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

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

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

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

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