Html Css Color HEX #EBB0BA Blossom

📋 copy color: '#EBB0BA'

red 235 ◦ green 176 ◦ blue 186

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

Shades of Blossom #EBB0BA

Tints of Blossom #EBB0BA

RGB

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

 GREEN value IS 176 (69.14% from 255) = 29.48%

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

R = 39.36%
G = 29.48%
B = 31.16%

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

#EBB0BA (or 0xEBB0BA) is known color: Blossom. HEX triplet: EB, B0 and BA. RGB value is (235,176,186). Sum of RGB (Red+Green+Blue) = 235+176+186=597 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.36% from 597); Green value is 176 (69.14% from 255 or 29.48% from 597); Blue value is 186 (73.05% from 255 or 31.16% from 597); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB0BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBB0BA is #144F45. Grayscale: #C2C2C2. Windows color (decimal): -1331014 or 12234987. OLE color: 12234987.

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

Color convert

RGB 235 176 186 -
CMYK 0 0.25 0.21 0.08
HSL 349.83º 0.6% 0.81% -
HSV(B) 349.83º 0.25% 0.92% -
XYZ 58.65 52.26 53.45 -
YUV 194.78 123.05 156.69 -
System Red Green Blue C M Y K H S L
Decimal 235 176 186 0 0.25 0.21 0.08 349.83 0.6 0.81
Hex EB B0 BA 0 19 15 8 15E 3C 51
Octal 353 260 272 0 31 25 10 536 74 121
Binary 11101011 10110000 10111010 0 11001 10101 1000 101011110 111100 1010001

Color Harmonies of #EBB0BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBB0BA

Black with #EBB0BA

Text Example


Text Example

White with #EBB0BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBB0BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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