#EBB2B5

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

Shades of Blossom #EBB2B5

Tints of Blossom #EBB2B5

Color information

#EBB2B5 (or 0xEBB2B5) is unknown color: approx Blossom. HEX triplet: EB, B2 and B5. RGB value is (235,178,181). Sum of RGB (Red+Green+Blue) = 235+178+181=594 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.56% from 594); Green value is 178 (69.92% from 255 or 29.97% from 594); Blue value is 181 (71.09% from 255 or 30.47% from 594); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB2B5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBB2B5 is #144D4A. Grayscale: #C3C3C3. Windows color (decimal): -1330507 or 11907819. OLE color: 11907819.

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

Color convert

RGB235178181-
CMYK00.240.230.08
HSL356.84º58.76%80.98%-
HSV(B)356.84º24.26%92.16%-
XYZ58.5252.8450.83-
YUV195.38119.88156.26-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.56%
GREEN value IS 178 (69.92% from 255) = 29.97%
BLUE value IS 181 (71.09% from 255) = 30.47%
R=39.56%
G=29.97%
B=30.47%

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
Decimal23517818100.240.230.08356.8458.7680.98
HexEBB2B50181781653b51
Octal353262265030271054573121
Binary1110101110110010101101010110001011110001011001011110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB2B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB2B5; }

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

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

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

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

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

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

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

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