Html Css Color HEX #E1B0BA Blossom

📋 copy color: '#E1B0BA'

red 225 ◦ green 176 ◦ blue 186

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

Shades of Blossom #E1B0BA

Tints of Blossom #E1B0BA

RGB

 RED value IS 225 (88.28% from 255) = 38.33%

 GREEN value IS 176 (69.14% from 255) = 29.98%

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

R = 38.33%
G = 29.98%
B = 31.69%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.17

 K value IS 0.12

RGB Variations

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

Color information

#E1B0BA (or 0xE1B0BA) is known color: Blossom. HEX triplet: E1, B0 and BA. RGB value is (225,176,186). Sum of RGB (Red+Green+Blue) = 225+176+186=587 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.33% from 587); Green value is 176 (69.14% from 255 or 29.98% from 587); Blue value is 186 (73.05% from 255 or 31.69% from 587); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B0BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1B0BA is #1E4F45. Grayscale: #BFBFBF. Windows color (decimal): -1986374 or 12234977. OLE color: 12234977.

HSL color Cylindrical-coordinate representation of color #E1B0BA: hue angle of 347.76º degrees, saturation: 0.45, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E1B0BA is Cyan = 0, Magento = 0.22, Yellow = 0.17 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 176 186 -
CMYK 0 0.22 0.17 0.12
HSL 347.76º 0.45% 0.79% -
HSV(B) 347.76º 0.22% 0.88% -
XYZ 55.44 50.6 53.3 -
YUV 191.79 124.73 151.69 -
System Red Green Blue C M Y K H S L
Decimal 225 176 186 0 0.22 0.17 0.12 347.76 0.45 0.79
Hex E1 B0 BA 0 16 11 C 15C 2D 4F
Octal 341 260 272 0 26 21 14 534 55 117
Binary 11100001 10110000 10111010 0 10110 10001 1100 101011100 101101 1001111

Color Harmonies of #E1B0BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1B0BA

Black with #E1B0BA

Text Example


Text Example

White with #E1B0BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1B0BA; }

 p { color: rgb(225,176,186); }

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

background-color css

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

 a { background-color: rgb(225,176,186); }

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

border-color css

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

 span { border-color: rgb(225,176,186); }

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