Html Css Color HEX #E8BDBF Azalea

📋 copy color: '#E8BDBF'

red 232 ◦ green 189 ◦ blue 191

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

Shades of Azalea #E8BDBF

Tints of Azalea #E8BDBF

RGB

 RED value IS 232 (91.02% from 255) = 37.91%

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

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

R = 37.91%
G = 30.88%
B = 31.21%

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

#E8BDBF (or 0xE8BDBF) is known color: Azalea. HEX triplet: E8, BD and BF. RGB value is (232,189,191). Sum of RGB (Red+Green+Blue) = 232+189+191=612 (81% of max value = 765). Red value is 232 (91.02% from 255 or 37.91% from 612); Green value is 189 (74.22% from 255 or 30.88% from 612); Blue value is 191 (75% from 255 or 31.21% from 612); Max value from RGB is 232 - color contains mainly: red. Hex color #E8BDBF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8BDBF is #174240. Grayscale: #CACACA. Windows color (decimal): -1524289 or 12565992. OLE color: 12565992.

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

Color convert

RGB 232 189 191 -
CMYK 0 0.19 0.18 0.09
HSL 357.21º 0.48% 0.83% -
HSV(B) 357.21º 0.19% 0.91% -
XYZ 60.88 57.31 57.14 -
YUV 202.09 121.75 149.34 -
System Red Green Blue C M Y K H S L
Decimal 232 189 191 0 0.19 0.18 0.09 357.21 0.48 0.83
Hex E8 BD BF 0 13 12 9 165 30 53
Octal 350 275 277 0 23 22 11 545 60 123
Binary 11101000 10111101 10111111 0 10011 10010 1001 101100101 110000 1010011

Color Harmonies of #E8BDBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8BDBF

Black with #E8BDBF

Text Example


Text Example

White with #E8BDBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8BDBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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