#EBAAB4

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

Shades of Blossom #EBAAB4

Tints of Blossom #EBAAB4

Color information

#EBAAB4 (or 0xEBAAB4) is unknown color: approx Blossom. HEX triplet: EB, AA and B4. RGB value is (235,170,180). Sum of RGB (Red+Green+Blue) = 235+170+180=585 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.17% from 585); Green value is 170 (66.80% from 255 or 29.06% from 585); Blue value is 180 (70.70% from 255 or 30.77% from 585); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAAB4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBAAB4 is #14554B. Grayscale: #BEBEBE. Windows color (decimal): -1332556 or 11840235. OLE color: 11840235.

HSL color Cylindrical-coordinate representation of color #EBAAB4: hue angle of 350.77º degrees, saturation: 0.62, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EBAAB4 is Cyan = 0, Magento = 0.28, Yellow = 0.23 and Black (K on CMYK) = 0.08.

Color convert

RGB235170180-
CMYK00.280.230.08
HSL350.77º61.9%79.41%-
HSV(B)350.77º27.66%92.16%-
XYZ56.8749.7149.78-
YUV190.58122.03159.69-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.17%
GREEN value IS 170 (66.80% from 255) = 29.06%
BLUE value IS 180 (70.70% from 255) = 30.77%
R=40.17%
G=29.06%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.23
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517018000.280.230.08350.7761.979.41
HexEBAAB401C17815f3e4f
Octal353252264034271053776117
Binary1110101110101010101101000111001011110001010111111111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBAAB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBAAB4; }

 p { color: rgb(235,170,180); }

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

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

 a { background-color: rgb(235,170,180); }

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

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

 span { border-color: rgb(235,170,180); }

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