Html Css Color HEX #E1B5BA Blossom

📋 copy color: '#E1B5BA'

red 225 ◦ green 181 ◦ blue 186

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

Shades of Blossom #E1B5BA

Tints of Blossom #E1B5BA

RGB

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

 GREEN value IS 181 (71.09% from 255) = 30.57%

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

R = 38.01%
G = 30.57%
B = 31.42%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.17

 K value IS 0.12

RGB Variations

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

Color information

#E1B5BA (or 0xE1B5BA) is known color: Blossom. HEX triplet: E1, B5 and BA. RGB value is (225,181,186). Sum of RGB (Red+Green+Blue) = 225+181+186=592 (78% of max value = 765). Red value is 225 (88.28% from 255 or 38.01% from 592); Green value is 181 (71.09% from 255 or 30.57% from 592); Blue value is 186 (73.05% from 255 or 31.42% from 592); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B5BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1B5BA is #1E4A45. Grayscale: #C2C2C2. Windows color (decimal): -1985094 or 12236257. OLE color: 12236257.

HSL color Cylindrical-coordinate representation of color #E1B5BA: hue angle of 353.18º degrees, saturation: 0.42, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E1B5BA is Cyan = 0, Magento = 0.20, Yellow = 0.17 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 181 186 -
CMYK 0 0.20 0.17 0.12
HSL 353.18º 0.42% 0.8% -
HSV(B) 353.18º 0.2% 0.88% -
XYZ 56.44 52.6 53.63 -
YUV 194.73 123.08 149.59 -
System Red Green Blue C M Y K H S L
Decimal 225 181 186 0 0.20 0.17 0.12 353.18 0.42 0.8
Hex E1 B5 BA 0 14 11 C 161 2A 50
Octal 341 265 272 0 24 21 14 541 52 120
Binary 11100001 10110101 10111010 0 10100 10001 1100 101100001 101010 1010000

Color Harmonies of #E1B5BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1B5BA

Black with #E1B5BA

Text Example


Text Example

White with #E1B5BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1B5BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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