#E9BDBE

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

Shades of Azalea #E9BDBE

Tints of Azalea #E9BDBE

Color information

#E9BDBE (or 0xE9BDBE) is unknown color: approx Azalea. HEX triplet: E9, BD and BE. RGB value is (233,189,190). Sum of RGB (Red+Green+Blue) = 233+189+190=612 (81% of max value = 765). Red value is 233 (91.41% from 255 or 38.07% from 612); Green value is 189 (74.22% from 255 or 30.88% from 612); Blue value is 190 (74.61% from 255 or 31.05% from 612); Max value from RGB is 233 - color contains mainly: red. Hex color #E9BDBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9BDBE is #164241. Grayscale: #CACACA. Windows color (decimal): -1458754 or 12500457. OLE color: 12500457.

HSL color Cylindrical-coordinate representation of color #E9BDBE: hue angle of 358.64º degrees, saturation: 0.5, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E9BDBE is Cyan = 0, Magento = 0.19, Yellow = 0.18 and Black (K on CMYK) = 0.09.

Color convert

RGB233189190-
CMYK00.190.180.09
HSL358.64º50%82.75%-
HSV(B)358.64º18.88%91.37%-
XYZ61.157.4456.58-
YUV202.27121.08149.92-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 38.07%
GREEN value IS 189 (74.22% from 255) = 30.88%
BLUE value IS 190 (74.61% from 255) = 31.05%
R=38.07%
G=30.88%
B=31.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.18
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23318919000.190.180.09358.645082.75
HexE9BDBE0131291673253
Octal351275276023221154762123
Binary1110100110111101101111100100111001010011011001111100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9BDBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9BDBE; }

 p { color: rgb(233,189,190); }

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

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

 a { background-color: rgb(233,189,190); }

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

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

 span { border-color: rgb(233,189,190); }

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