#E7C6CA

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

Shades of Azalea #E7C6CA

Tints of Azalea #E7C6CA

Color information

#E7C6CA (or 0xE7C6CA) is unknown color: approx Azalea. HEX triplet: E7, C6 and CA. RGB value is (231,198,202). Sum of RGB (Red+Green+Blue) = 231+198+202=631 (83% of max value = 765). Red value is 231 (90.62% from 255 or 36.61% from 631); Green value is 198 (77.73% from 255 or 31.38% from 631); Blue value is 202 (79.30% from 255 or 32.01% from 631); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C6CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7C6CA is #183935. Grayscale: #D0D0D0. Windows color (decimal): -1587510 or 13289191. OLE color: 13289191.

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

Color convert

RGB231198202-
CMYK00.140.130.09
HSL352.73º40.74%84.12%-
HSV(B)352.73º14.29%90.59%-
XYZ63.8161.6464.41-
YUV208.32124.43144.17-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 36.61%
GREEN value IS 198 (77.73% from 255) = 31.38%
BLUE value IS 202 (79.30% from 255) = 32.01%
R=36.61%
G=31.38%
B=32.01%

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
Decimal23119820200.140.130.09352.7340.7484.12
HexE7C6CA0ED91612954
Octal347306312016151154151124
Binary11100111110001101100101001110110110011011000011010011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7C6CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7C6CA; }

 p { color: rgb(231,198,202); }

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

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

 a { background-color: rgb(231,198,202); }

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

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

 span { border-color: rgb(231,198,202); }

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