#EBACBA

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

Shades of Blossom #EBACBA

Tints of Blossom #EBACBA

Color information

#EBACBA (or 0xEBACBA) is unknown color: approx Blossom. HEX triplet: EB, AC and BA. RGB value is (235,172,186). Sum of RGB (Red+Green+Blue) = 235+172+186=593 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.63% from 593); Green value is 172 (67.58% from 255 or 29.01% from 593); Blue value is 186 (73.05% from 255 or 31.37% from 593); Max value from RGB is 235 - color contains mainly: red. Hex color #EBACBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBACBA is #145345. Grayscale: #C0C0C0. Windows color (decimal): -1332038 or 12233963. OLE color: 12233963.

HSL color Cylindrical-coordinate representation of color #EBACBA: hue angle of 346.67º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EBACBA is Cyan = 0, Magento = 0.27, Yellow = 0.21 and Black (K on CMYK) = 0.08.

Color convert

RGB235172186-
CMYK00.270.210.08
HSL346.67º61.17%79.8%-
HSV(B)346.67º26.81%92.16%-
XYZ57.8850.7153.19-
YUV192.43124.37158.36-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.63%
GREEN value IS 172 (67.58% from 255) = 29.01%
BLUE value IS 186 (73.05% from 255) = 31.37%
R=39.63%
G=29.01%
B=31.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.21
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517218600.270.210.08346.6761.1779.8
HexEBACBA01B15815b3d50
Octal353254272033251053375120
Binary1110101110101100101110100110111010110001010110111111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBACBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBACBA; }

 p { color: rgb(235,172,186); }

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

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

 a { background-color: rgb(235,172,186); }

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

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

 span { border-color: rgb(235,172,186); }

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