Html Css Color HEX #E9BCBE Azalea

📋 copy color: '#E9BCBE'

red 233 ◦ green 188 ◦ blue 190

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

Shades of Azalea #E9BCBE

Tints of Azalea #E9BCBE

RGB

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

 GREEN value IS 188 (73.83% from 255) = 30.77%

 BLUE value IS 190 (74.61% from 255) = 31.1%

R = 38.13%
G = 30.77%
B = 31.1%

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

#E9BCBE (or 0xE9BCBE) is known color: Azalea. HEX triplet: E9, BC and BE. RGB value is (233,188,190). Sum of RGB (Red+Green+Blue) = 233+188+190=611 (80% of max value = 765). Red value is 233 (91.41% from 255 or 38.13% from 611); Green value is 188 (73.83% from 255 or 30.77% from 611); Blue value is 190 (74.61% from 255 or 31.10% from 611); Max value from RGB is 233 - color contains mainly: red. Hex color #E9BCBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9BCBE is #164341. Grayscale: #C9C9C9. Windows color (decimal): -1459010 or 12500201. OLE color: 12500201.

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

Color convert

RGB 233 188 190 -
CMYK 0 0.19 0.18 0.09
HSL 357.33º 0.51% 0.83% -
HSV(B) 357.33º 0.19% 0.91% -
XYZ 60.88 57.01 56.51 -
YUV 201.68 121.41 150.34 -
System Red Green Blue C M Y K H S L
Decimal 233 188 190 0 0.19 0.18 0.09 357.33 0.51 0.83
Hex E9 BC BE 0 13 12 9 165 33 53
Octal 351 274 276 0 23 22 11 545 63 123
Binary 11101001 10111100 10111110 0 10011 10010 1001 101100101 110011 1010011

Color Harmonies of #E9BCBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9BCBE

Black with #E9BCBE

Text Example


Text Example

White with #E9BCBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9BCBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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