#E8C7CA

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

Shades of Azalea #E8C7CA

Tints of Azalea #E8C7CA

Color information

#E8C7CA (or 0xE8C7CA) is unknown color: approx Azalea. HEX triplet: E8, C7 and CA. RGB value is (232,199,202). Sum of RGB (Red+Green+Blue) = 232+199+202=633 (83% of max value = 765). Red value is 232 (91.02% from 255 or 36.65% from 633); Green value is 199 (78.12% from 255 or 31.44% from 633); Blue value is 202 (79.30% from 255 or 31.91% from 633); Max value from RGB is 232 - color contains mainly: red. Hex color #E8C7CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8C7CA is #173835. Grayscale: #D1D1D1. Windows color (decimal): -1521718 or 13289448. OLE color: 13289448.

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

Color convert

RGB232199202-
CMYK00.140.130.09
HSL354.55º41.77%84.51%-
HSV(B)354.55º14.22%90.98%-
XYZ64.3662.2764.5-
YUV209.21123.93144.26-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 36.65%
GREEN value IS 199 (78.12% from 255) = 31.44%
BLUE value IS 202 (79.30% from 255) = 31.91%
R=36.65%
G=31.44%
B=31.91%

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
Decimal23219920200.140.130.09354.5541.7784.51
HexE8C7CA0ED91632a55
Octal350307312016151154352125
Binary11101000110001111100101001110110110011011000111010101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8C7CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8C7CA; }

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

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

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

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

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

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

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

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