Html Css Color HEX #E9BDBE Azalea

📋 copy color: '#E9BDBE'

red 233 ◦ green 189 ◦ blue 190

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

Shades of Azalea #E9BDBE

Tints of Azalea #E9BDBE

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 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

#E9BDBE (or 0xE9BDBE) is known color: 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

RGB 233 189 190 -
CMYK 0 0.19 0.18 0.09
HSL 358.64º 0.5% 0.83% -
HSV(B) 358.64º 0.19% 0.91% -
XYZ 61.1 57.44 56.58 -
YUV 202.27 121.08 149.92 -
System Red Green Blue C M Y K H S L
Decimal 233 189 190 0 0.19 0.18 0.09 358.64 0.5 0.83
Hex E9 BD BE 0 13 12 9 167 32 53
Octal 351 275 276 0 23 22 11 547 62 123
Binary 11101001 10111101 10111110 0 10011 10010 1001 101100111 110010 1010011

Color Harmonies of #E9BDBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9BDBE

Black with #E9BDBE

Text Example


Text Example

White with #E9BDBE

Text Example


Text Example

HTML Codes & Css Web 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>