Html Css Color HEX #EBB1BA Blossom

📋 copy color: '#EBB1BA'

red 235 ◦ green 177 ◦ blue 186

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

Shades of Blossom #EBB1BA

Tints of Blossom #EBB1BA

RGB

 RED value IS 235 (92.19% from 255) = 39.3%

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

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

R = 39.3%
G = 29.6%
B = 31.1%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.21

 K value IS 0.08

RGB Variations

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

Color information

#EBB1BA (or 0xEBB1BA) is known color: Blossom. HEX triplet: EB, B1 and BA. RGB value is (235,177,186). Sum of RGB (Red+Green+Blue) = 235+177+186=598 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.30% from 598); Green value is 177 (69.53% from 255 or 29.60% from 598); Blue value is 186 (73.05% from 255 or 31.10% from 598); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB1BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBB1BA is #144E45. Grayscale: #C3C3C3. Windows color (decimal): -1330758 or 12235243. OLE color: 12235243.

HSL color Cylindrical-coordinate representation of color #EBB1BA: hue angle of 350.69º degrees, saturation: 0.59, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EBB1BA is Cyan = 0, Magento = 0.25, Yellow = 0.21 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 177 186 -
CMYK 0 0.25 0.21 0.08
HSL 350.69º 0.59% 0.81% -
HSV(B) 350.69º 0.25% 0.92% -
XYZ 58.85 52.65 53.52 -
YUV 195.37 122.72 156.27 -
System Red Green Blue C M Y K H S L
Decimal 235 177 186 0 0.25 0.21 0.08 350.69 0.59 0.81
Hex EB B1 BA 0 19 15 8 15F 3B 51
Octal 353 261 272 0 31 25 10 537 73 121
Binary 11101011 10110001 10111010 0 11001 10101 1000 101011111 111011 1010001

Color Harmonies of #EBB1BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBB1BA

Black with #EBB1BA

Text Example


Text Example

White with #EBB1BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBB1BA; }

 p { color: rgb(235,177,186); }

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

background-color css

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

 a { background-color: rgb(235,177,186); }

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

border-color css

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

 span { border-color: rgb(235,177,186); }

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