Html Css Color HEX #EBB1B9 Blossom

📋 copy color: '#EBB1B9'

red 235 ◦ green 177 ◦ blue 185

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

Shades of Blossom #EBB1B9

Tints of Blossom #EBB1B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 30.99%

R = 39.36%
G = 29.65%
B = 30.99%

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

#EBB1B9 (or 0xEBB1B9) is known color: Blossom. HEX triplet: EB, B1 and B9. RGB value is (235,177,185). Sum of RGB (Red+Green+Blue) = 235+177+185=597 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.36% from 597); Green value is 177 (69.53% from 255 or 29.65% from 597); Blue value is 185 (72.66% from 255 or 30.99% from 597); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB1B9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBB1B9 is #144E46. Grayscale: #C3C3C3. Windows color (decimal): -1330759 or 12169707. OLE color: 12169707.

HSL color Cylindrical-coordinate representation of color #EBB1B9: hue angle of 351.72º 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 #EBB1B9 is Cyan = 0, Magento = 0.25, Yellow = 0.21 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 177 185 -
CMYK 0 0.25 0.21 0.08
HSL 351.72º 0.59% 0.81% -
HSV(B) 351.72º 0.25% 0.92% -
XYZ 58.74 52.61 52.96 -
YUV 195.25 122.22 156.35 -
System Red Green Blue C M Y K H S L
Decimal 235 177 185 0 0.25 0.21 0.08 351.72 0.59 0.81
Hex EB B1 B9 0 19 15 8 160 3B 51
Octal 353 261 271 0 31 25 10 540 73 121
Binary 11101011 10110001 10111001 0 11001 10101 1000 101100000 111011 1010001

Color Harmonies of #EBB1B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBB1B9

Black with #EBB1B9

Text Example


Text Example

White with #EBB1B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBB1B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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