Html Css Color HEX #EBB1BB Blossom

📋 copy color: '#EBB1BB'

red 235 ◦ green 177 ◦ blue 187

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

Shades of Blossom #EBB1BB

Tints of Blossom #EBB1BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 31.22%

R = 39.23%
G = 29.55%
B = 31.22%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.20

 K value IS 0.08

RGB Variations

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

Color information

#EBB1BB (or 0xEBB1BB) is known color: Blossom. HEX triplet: EB, B1 and BB. RGB value is (235,177,187). Sum of RGB (Red+Green+Blue) = 235+177+187=599 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.23% from 599); Green value is 177 (69.53% from 255 or 29.55% from 599); Blue value is 187 (73.44% from 255 or 31.22% from 599); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB1BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBB1BB is #144E44. Grayscale: #C3C3C3. Windows color (decimal): -1330757 or 12300779. OLE color: 12300779.

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

Color convert

RGB 235 177 187 -
CMYK 0 0.25 0.20 0.08
HSL 349.66º 0.59% 0.81% -
HSV(B) 349.66º 0.25% 0.92% -
XYZ 58.95 52.69 54.08 -
YUV 195.48 123.22 156.19 -
System Red Green Blue C M Y K H S L
Decimal 235 177 187 0 0.25 0.20 0.08 349.66 0.59 0.81
Hex EB B1 BB 0 19 14 8 15E 3B 51
Octal 353 261 273 0 31 24 10 536 73 121
Binary 11101011 10110001 10111011 0 11001 10100 1000 101011110 111011 1010001

Color Harmonies of #EBB1BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBB1BB

Black with #EBB1BB

Text Example


Text Example

White with #EBB1BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBB1BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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