#EBB2B4

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

Shades of Blossom #EBB2B4

Tints of Blossom #EBB2B4

Color information

#EBB2B4 (or 0xEBB2B4) is unknown color: approx Blossom. HEX triplet: EB, B2 and B4. RGB value is (235,178,180). Sum of RGB (Red+Green+Blue) = 235+178+180=593 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.63% from 593); Green value is 178 (69.92% from 255 or 30.02% from 593); Blue value is 180 (70.70% from 255 or 30.35% from 593); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB2B4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBB2B4 is #144D4B. Grayscale: #C3C3C3. Windows color (decimal): -1330508 or 11842283. OLE color: 11842283.

HSL color Cylindrical-coordinate representation of color #EBB2B4: hue angle of 357.89º degrees, saturation: 0.59, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EBB2B4 is Cyan = 0, Magento = 0.24, Yellow = 0.23 and Black (K on CMYK) = 0.08.

Color convert

RGB235178180-
CMYK00.240.230.08
HSL357.89º58.76%80.98%-
HSV(B)357.89º24.26%92.16%-
XYZ58.4252.850.29-
YUV195.27119.38156.34-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.63%
GREEN value IS 178 (69.92% from 255) = 30.02%
BLUE value IS 180 (70.70% from 255) = 30.35%
R=39.63%
G=30.02%
B=30.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.23
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517818000.240.230.08357.8958.7680.98
HexEBB2B40181781663b51
Octal353262264030271054673121
Binary1110101110110010101101000110001011110001011001101110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB2B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB2B4; }

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

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

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

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

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

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

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

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