#EBB0B9

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

Shades of Blossom #EBB0B9

Tints of Blossom #EBB0B9

Color information

#EBB0B9 (or 0xEBB0B9) is unknown color: approx Blossom. HEX triplet: EB, B0 and B9. RGB value is (235,176,185). Sum of RGB (Red+Green+Blue) = 235+176+185=596 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.43% from 596); Green value is 176 (69.14% from 255 or 29.53% from 596); Blue value is 185 (72.66% from 255 or 31.04% from 596); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB0B9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBB0B9 is #144F46. Grayscale: #C2C2C2. Windows color (decimal): -1331015 or 12169451. OLE color: 12169451.

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

Color convert

RGB235176185-
CMYK00.250.210.08
HSL350.85º59.6%80.59%-
HSV(B)350.85º25.11%92.16%-
XYZ58.5452.2252.89-
YUV194.67122.55156.77-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.43%
GREEN value IS 176 (69.14% from 255) = 29.53%
BLUE value IS 185 (72.66% from 255) = 31.04%
R=39.43%
G=29.53%
B=31.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.21
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517618500.250.210.08350.8559.680.59
HexEBB0B901915815f3c51
Octal353260271031251053774121
Binary1110101110110000101110010110011010110001010111111111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB0B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB0B9; }

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

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

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

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

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

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

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

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