Html Css Color HEX #EBB0BB Blossom

📋 copy color: '#EBB0BB'

red 235 ◦ green 176 ◦ blue 187

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

Shades of Blossom #EBB0BB

Tints of Blossom #EBB0BB

RGB

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

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

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

R = 39.3%
G = 29.43%
B = 31.27%

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

#EBB0BB (or 0xEBB0BB) is known color: Blossom. HEX triplet: EB, B0 and BB. RGB value is (235,176,187). Sum of RGB (Red+Green+Blue) = 235+176+187=598 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.30% from 598); Green value is 176 (69.14% from 255 or 29.43% from 598); Blue value is 187 (73.44% from 255 or 31.27% from 598); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB0BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBB0BB is #144F44. Grayscale: #C2C2C2. Windows color (decimal): -1331013 or 12300523. OLE color: 12300523.

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

Color convert

RGB 235 176 187 -
CMYK 0 0.25 0.20 0.08
HSL 348.81º 0.6% 0.81% -
HSV(B) 348.81º 0.25% 0.92% -
XYZ 58.76 52.3 54.01 -
YUV 194.9 123.55 156.61 -
System Red Green Blue C M Y K H S L
Decimal 235 176 187 0 0.25 0.20 0.08 348.81 0.6 0.81
Hex EB B0 BB 0 19 14 8 15D 3C 51
Octal 353 260 273 0 31 24 10 535 74 121
Binary 11101011 10110000 10111011 0 11001 10100 1000 101011101 111100 1010001

Color Harmonies of #EBB0BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBB0BB

Black with #EBB0BB

Text Example


Text Example

White with #EBB0BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBB0BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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