Html Css Color HEX #E1B4BA Blossom

📋 copy color: '#E1B4BA'

red 225 ◦ green 180 ◦ blue 186

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

Shades of Blossom #E1B4BA

Tints of Blossom #E1B4BA

RGB

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

 GREEN value IS 180 (70.7% from 255) = 30.46%

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

R = 38.07%
G = 30.46%
B = 31.47%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.17

 K value IS 0.12

RGB Variations

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

Color information

#E1B4BA (or 0xE1B4BA) is known color: Blossom. HEX triplet: E1, B4 and BA. RGB value is (225,180,186). Sum of RGB (Red+Green+Blue) = 225+180+186=591 (78% of max value = 765). Red value is 225 (88.28% from 255 or 38.07% from 591); Green value is 180 (70.70% from 255 or 30.46% from 591); Blue value is 186 (73.05% from 255 or 31.47% from 591); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B4BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1B4BA is #1E4B45. Grayscale: #C2C2C2. Windows color (decimal): -1985350 or 12236001. OLE color: 12236001.

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

Color convert

RGB 225 180 186 -
CMYK 0 0.2 0.17 0.12
HSL 352º 0.43% 0.79% -
HSV(B) 352º 0.2% 0.88% -
XYZ 56.24 52.2 53.57 -
YUV 194.14 123.41 150.01 -
System Red Green Blue C M Y K H S L
Decimal 225 180 186 0 0.2 0.17 0.12 352 0.43 0.79
Hex E1 B4 BA 0 14 11 C 160 2B 4F
Octal 341 264 272 0 24 21 14 540 53 117
Binary 11100001 10110100 10111010 0 10100 10001 1100 101100000 101011 1001111

Color Harmonies of #E1B4BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1B4BA

Black with #E1B4BA

Text Example


Text Example

White with #E1B4BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1B4BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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