#EBB0B4

Color #EBB0B4 Blossom (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blossom #EBB0B4

Tints of Blossom #EBB0B4

Color information

#EBB0B4 (or 0xEBB0B4) is unknown color: approx Blossom. HEX triplet: EB, B0 and B4. RGB value is (235,176,180). Sum of RGB (Red+Green+Blue) = 235+176+180=591 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.76% from 591); Green value is 176 (69.14% from 255 or 29.78% from 591); Blue value is 180 (70.70% from 255 or 30.46% from 591); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB0B4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBB0B4 is #144F4B. Grayscale: #C2C2C2. Windows color (decimal): -1331020 or 11841771. OLE color: 11841771.

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

Color convert

RGB235176180-
CMYK00.250.230.08
HSL355.93º59.6%80.59%-
HSV(B)355.93º25.11%92.16%-
XYZ58.0252.0150.16-
YUV194.1120.05157.17-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.76%
GREEN value IS 176 (69.14% from 255) = 29.78%
BLUE value IS 180 (70.70% from 255) = 30.46%
R=39.76%
G=29.78%
B=30.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.23
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517618000.250.230.08355.9359.680.59
HexEBB0B40191781643c51
Octal353260264031271054474121
Binary1110101110110000101101000110011011110001011001001111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB0B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB0B4; }

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

 H1.HeaderClassName
 {
   color: #EBB0B4;
 }
 .AnyTagClassName
 {
   color: #EBB0B4;
 }
</style>
background-color css

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

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

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

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

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

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