#E5C3C4

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

Shades of Azalea #E5C3C4

Tints of Azalea #E5C3C4

Color information

#E5C3C4 (or 0xE5C3C4) is unknown color: approx Azalea. HEX triplet: E5, C3 and C4. RGB value is (229,195,196). Sum of RGB (Red+Green+Blue) = 229+195+196=620 (82% of max value = 765). Red value is 229 (89.84% from 255 or 36.94% from 620); Green value is 195 (76.56% from 255 or 31.45% from 620); Blue value is 196 (76.95% from 255 or 31.61% from 620); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C3C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5C3C4 is #1A3C3B. Grayscale: #CDCDCD. Windows color (decimal): -1719356 or 12895205. OLE color: 12895205.

HSL color Cylindrical-coordinate representation of color #E5C3C4: hue angle of 358.24º degrees, saturation: 0.4, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E5C3C4 is Cyan = 0, Magento = 0.15, Yellow = 0.14 and Black (K on CMYK) = 0.10.

Color convert

RGB229195196-
CMYK00.150.140.10
HSL358.24º39.53%83.14%-
HSV(B)358.24º14.85%89.8%-
XYZ61.7959.6760.49-
YUV205.28122.76144.92-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 36.94%
GREEN value IS 195 (76.56% from 255) = 31.45%
BLUE value IS 196 (76.95% from 255) = 31.61%
R=36.94%
G=31.45%
B=31.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.14
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22919519600.150.140.10358.2439.5383.14
HexE5C3C40FEA1662853
Octal345303304017161254650123
Binary11100101110000111100010001111111010101011001101010001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5C3C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5C3C4; }

 p { color: rgb(229,195,196); }

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

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

 a { background-color: rgb(229,195,196); }

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

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

 span { border-color: rgb(229,195,196); }

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