#EBAEBA

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

Shades of Blossom #EBAEBA

Tints of Blossom #EBAEBA

Color information

#EBAEBA (or 0xEBAEBA) is unknown color: approx Blossom. HEX triplet: EB, AE and BA. RGB value is (235,174,186). Sum of RGB (Red+Green+Blue) = 235+174+186=595 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.50% from 595); Green value is 174 (68.36% from 255 or 29.24% from 595); Blue value is 186 (73.05% from 255 or 31.26% from 595); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAEBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBAEBA is #145145. Grayscale: #C1C1C1. Windows color (decimal): -1331526 or 12234475. OLE color: 12234475.

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

Color convert

RGB235174186-
CMYK00.260.210.08
HSL348.2º60.4%80.2%-
HSV(B)348.2º25.96%92.16%-
XYZ58.2651.4853.32-
YUV193.61123.71157.52-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.50%
GREEN value IS 174 (68.36% from 255) = 29.24%
BLUE value IS 186 (73.05% from 255) = 31.26%
R=39.50%
G=29.24%
B=31.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.21
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517418600.260.210.08348.260.480.2
HexEBAEBA01A15815c3c50
Octal353256272032251053474120
Binary1110101110101110101110100110101010110001010111001111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBAEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBAEBA; }

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

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

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

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

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

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

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

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