Html Css Color HEX #E1B2BA Blossom

📋 copy color: '#E1B2BA'

red 225 ◦ green 178 ◦ blue 186

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

Shades of Blossom #E1B2BA

Tints of Blossom #E1B2BA

RGB

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

 GREEN value IS 178 (69.92% from 255) = 30.22%

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

R = 38.2%
G = 30.22%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.17

 K value IS 0.12

RGB Variations

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

Color information

#E1B2BA (or 0xE1B2BA) is known color: Blossom. HEX triplet: E1, B2 and BA. RGB value is (225,178,186). Sum of RGB (Red+Green+Blue) = 225+178+186=589 (78% of max value = 765). Red value is 225 (88.28% from 255 or 38.20% from 589); Green value is 178 (69.92% from 255 or 30.22% from 589); Blue value is 186 (73.05% from 255 or 31.58% from 589); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B2BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1B2BA is #1E4D45. Grayscale: #C0C0C0. Windows color (decimal): -1985862 or 12235489. OLE color: 12235489.

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

Color convert

RGB 225 178 186 -
CMYK 0 0.21 0.17 0.12
HSL 349.79º 0.44% 0.79% -
HSV(B) 349.79º 0.21% 0.88% -
XYZ 55.83 51.39 53.43 -
YUV 192.97 124.07 150.85 -
System Red Green Blue C M Y K H S L
Decimal 225 178 186 0 0.21 0.17 0.12 349.79 0.44 0.79
Hex E1 B2 BA 0 15 11 C 15E 2C 4F
Octal 341 262 272 0 25 21 14 536 54 117
Binary 11100001 10110010 10111010 0 10101 10001 1100 101011110 101100 1001111

Color Harmonies of #E1B2BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1B2BA

Black with #E1B2BA

Text Example


Text Example

White with #E1B2BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1B2BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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