Html Css Color HEX #E5B9BA Blossom

📋 copy color: '#E5B9BA'

red 229 ◦ green 185 ◦ blue 186

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

Shades of Blossom #E5B9BA

Tints of Blossom #E5B9BA

RGB

 RED value IS 229 (89.84% from 255) = 38.17%

 GREEN value IS 185 (72.66% from 255) = 30.83%

 BLUE value IS 186 (73.05% from 255) = 31%

R = 38.17%
G = 30.83%
B = 31%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.19

 K value IS 0.10

RGB Variations

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

Color information

#E5B9BA (or 0xE5B9BA) is known color: Blossom. HEX triplet: E5, B9 and BA. RGB value is (229,185,186). Sum of RGB (Red+Green+Blue) = 229+185+186=600 (79% of max value = 765). Red value is 229 (89.84% from 255 or 38.17% from 600); Green value is 185 (72.66% from 255 or 30.83% from 600); Blue value is 186 (73.05% from 255 or 31% from 600); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B9BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5B9BA is #1A4645. Grayscale: #C6C6C6. Windows color (decimal): -1721926 or 12237285. OLE color: 12237285.

HSL color Cylindrical-coordinate representation of color #E5B9BA: hue angle of 358.64º degrees, saturation: 0.46, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E5B9BA is Cyan = 0, Magento = 0.19, Yellow = 0.19 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 185 186 -
CMYK 0 0.19 0.19 0.10
HSL 358.64º 0.46% 0.81% -
HSV(B) 358.64º 0.19% 0.9% -
XYZ 58.52 54.9 53.97 -
YUV 198.27 121.08 149.92 -
System Red Green Blue C M Y K H S L
Decimal 229 185 186 0 0.19 0.19 0.10 358.64 0.46 0.81
Hex E5 B9 BA 0 13 13 A 167 2E 51
Octal 345 271 272 0 23 23 12 547 56 121
Binary 11100101 10111001 10111010 0 10011 10011 1010 101100111 101110 1010001

Color Harmonies of #E5B9BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5B9BA

Black with #E5B9BA

Text Example


Text Example

White with #E5B9BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5B9BA; }

 p { color: rgb(229,185,186); }

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

background-color css

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

 a { background-color: rgb(229,185,186); }

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

border-color css

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

 span { border-color: rgb(229,185,186); }

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