#E8C7C9

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

Shades of Azalea #E8C7C9

Tints of Azalea #E8C7C9

Color information

#E8C7C9 (or 0xE8C7C9) is unknown color: approx Azalea. HEX triplet: E8, C7 and C9. RGB value is (232,199,201). Sum of RGB (Red+Green+Blue) = 232+199+201=632 (83% of max value = 765). Red value is 232 (91.02% from 255 or 36.71% from 632); Green value is 199 (78.12% from 255 or 31.49% from 632); Blue value is 201 (78.91% from 255 or 31.80% from 632); Max value from RGB is 232 - color contains mainly: red. Hex color #E8C7C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8C7C9 is #173836. Grayscale: #D1D1D1. Windows color (decimal): -1521719 or 13223912. OLE color: 13223912.

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

Color convert

RGB232199201-
CMYK00.140.130.09
HSL356.36º41.77%84.51%-
HSV(B)356.36º14.22%90.98%-
XYZ64.2462.2263.88-
YUV209.09123.43144.34-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 36.71%
GREEN value IS 199 (78.12% from 255) = 31.49%
BLUE value IS 201 (78.91% from 255) = 31.80%
R=36.71%
G=31.49%
B=31.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.13
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23219920100.140.130.09356.3641.7784.51
HexE8C7C90ED91642a55
Octal350307311016151154452125
Binary11101000110001111100100101110110110011011001001010101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8C7C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8C7C9; }

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

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

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

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

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

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

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

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