Html Css Color HEX #E9BDBF Azalea

📋 copy color: '#E9BDBF'

red 233 ◦ green 189 ◦ blue 191

#E9BDBF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Azalea #E9BDBF

Tints of Azalea #E9BDBF

RGB

 RED value IS 233 (91.41% from 255) = 38.01%

 GREEN value IS 189 (74.22% from 255) = 30.83%

 BLUE value IS 191 (75% from 255) = 31.16%

R = 38.01%
G = 30.83%
B = 31.16%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.18

 K value IS 0.09

RGB Variations

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

Color information

#E9BDBF (or 0xE9BDBF) is known color: Azalea. HEX triplet: E9, BD and BF. RGB value is (233,189,191). Sum of RGB (Red+Green+Blue) = 233+189+191=613 (81% of max value = 765). Red value is 233 (91.41% from 255 or 38.01% from 613); Green value is 189 (74.22% from 255 or 30.83% from 613); Blue value is 191 (75% from 255 or 31.16% from 613); Max value from RGB is 233 - color contains mainly: red. Hex color #E9BDBF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9BDBF is #164240. Grayscale: #CACACA. Windows color (decimal): -1458753 or 12565993. OLE color: 12565993.

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

Color convert

RGB 233 189 191 -
CMYK 0 0.19 0.18 0.09
HSL 357.27º 0.5% 0.83% -
HSV(B) 357.27º 0.19% 0.91% -
XYZ 61.21 57.48 57.16 -
YUV 202.38 121.58 149.84 -
System Red Green Blue C M Y K H S L
Decimal 233 189 191 0 0.19 0.18 0.09 357.27 0.5 0.83
Hex E9 BD BF 0 13 12 9 165 32 53
Octal 351 275 277 0 23 22 11 545 62 123
Binary 11101001 10111101 10111111 0 10011 10010 1001 101100101 110010 1010011

Color Harmonies of #E9BDBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9BDBF

Black with #E9BDBF

Text Example


Text Example

White with #E9BDBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9BDBF; }

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

 H1.HeaderClassName
 {
   color: #E9BDBF;
 }
 .AnyTagClassName
 {
   color: #E9BDBF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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