Html Css Color HEX #E5B1BB Blossom

📋 copy color: '#E5B1BB'

red 229 ◦ green 177 ◦ blue 187

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

Shades of Blossom #E5B1BB

Tints of Blossom #E5B1BB

RGB

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

 GREEN value IS 177 (69.53% from 255) = 29.85%

 BLUE value IS 187 (73.44% from 255) = 31.53%

R = 38.62%
G = 29.85%
B = 31.53%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.18

 K value IS 0.10

RGB Variations

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

Color information

#E5B1BB (or 0xE5B1BB) is known color: Blossom. HEX triplet: E5, B1 and BB. RGB value is (229,177,187). Sum of RGB (Red+Green+Blue) = 229+177+187=593 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.62% from 593); Green value is 177 (69.53% from 255 or 29.85% from 593); Blue value is 187 (73.44% from 255 or 31.53% from 593); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B1BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E5B1BB is #1A4E44. Grayscale: #C1C1C1. Windows color (decimal): -1723973 or 12300773. OLE color: 12300773.

HSL color Cylindrical-coordinate representation of color #E5B1BB: hue angle of 348.46º degrees, saturation: 0.5, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E5B1BB is Cyan = 0, Magento = 0.23, Yellow = 0.18 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 177 187 -
CMYK 0 0.23 0.18 0.10
HSL 348.46º 0.5% 0.8% -
HSV(B) 348.46º 0.23% 0.9% -
XYZ 57 51.69 53.99 -
YUV 193.69 124.23 153.19 -
System Red Green Blue C M Y K H S L
Decimal 229 177 187 0 0.23 0.18 0.10 348.46 0.5 0.8
Hex E5 B1 BB 0 17 12 A 15C 32 50
Octal 345 261 273 0 27 22 12 534 62 120
Binary 11100101 10110001 10111011 0 10111 10010 1010 101011100 110010 1010000

Color Harmonies of #E5B1BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5B1BB

Black with #E5B1BB

Text Example


Text Example

White with #E5B1BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5B1BB; }

 p { color: rgb(229,177,187); }

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

background-color css

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

 a { background-color: rgb(229,177,187); }

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

border-color css

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

 span { border-color: rgb(229,177,187); }

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