#E9C7CA

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

Shades of Azalea #E9C7CA

Tints of Azalea #E9C7CA

Color information

#E9C7CA (or 0xE9C7CA) is unknown color: approx Azalea. HEX triplet: E9, C7 and CA. RGB value is (233,199,202). Sum of RGB (Red+Green+Blue) = 233+199+202=634 (83% of max value = 765). Red value is 233 (91.41% from 255 or 36.75% from 634); Green value is 199 (78.12% from 255 or 31.39% from 634); Blue value is 202 (79.30% from 255 or 31.86% from 634); Max value from RGB is 233 - color contains mainly: red. Hex color #E9C7CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9C7CA is #163835. Grayscale: #D1D1D1. Windows color (decimal): -1456182 or 13289449. OLE color: 13289449.

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

Color convert

RGB233199202-
CMYK00.150.130.09
HSL354.71º43.59%84.71%-
HSV(B)354.71º14.59%91.37%-
XYZ64.6962.4364.52-
YUV209.51123.76144.76-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 36.75%
GREEN value IS 199 (78.12% from 255) = 31.39%
BLUE value IS 202 (79.30% from 255) = 31.86%
R=36.75%
G=31.39%
B=31.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.13
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23319920200.150.130.09354.7143.5984.71
HexE9C7CA0FD91632c55
Octal351307312017151154354125
Binary11101001110001111100101001111110110011011000111011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9C7CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9C7CA; }

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

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

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

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

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

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

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

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