#EBB0B6

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

Shades of Blossom #EBB0B6

Tints of Blossom #EBB0B6

Color information

#EBB0B6 (or 0xEBB0B6) is unknown color: approx Blossom. HEX triplet: EB, B0 and B6. RGB value is (235,176,182). Sum of RGB (Red+Green+Blue) = 235+176+182=593 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.63% from 593); Green value is 176 (69.14% from 255 or 29.68% from 593); Blue value is 182 (71.48% from 255 or 30.69% from 593); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB0B6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBB0B6 is #144F49. Grayscale: #C2C2C2. Windows color (decimal): -1331018 or 11972843. OLE color: 11972843.

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

Color convert

RGB235176182-
CMYK00.250.230.08
HSL353.9º59.6%80.59%-
HSV(B)353.9º25.11%92.16%-
XYZ58.2352.0951.24-
YUV194.32121.05157.01-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.63%
GREEN value IS 176 (69.14% from 255) = 29.68%
BLUE value IS 182 (71.48% from 255) = 30.69%
R=39.63%
G=29.68%
B=30.69%

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
Decimal23517618200.250.230.08353.959.680.59
HexEBB0B60191781623c51
Octal353260266031271054274121
Binary1110101110110000101101100110011011110001011000101111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB0B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB0B6; }

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

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

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

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

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

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

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

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