#EBAAB5

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

Shades of Blossom #EBAAB5

Tints of Blossom #EBAAB5

Color information

#EBAAB5 (or 0xEBAAB5) is unknown color: approx Blossom. HEX triplet: EB, AA and B5. RGB value is (235,170,181). Sum of RGB (Red+Green+Blue) = 235+170+181=586 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.10% from 586); Green value is 170 (66.80% from 255 or 29.01% from 586); Blue value is 181 (71.09% from 255 or 30.89% from 586); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAAB5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBAAB5 is #14554A. Grayscale: #BEBEBE. Windows color (decimal): -1332555 or 11905771. OLE color: 11905771.

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

Color convert

RGB235170181-
CMYK00.280.230.08
HSL349.85º61.9%79.41%-
HSV(B)349.85º27.66%92.16%-
XYZ56.9849.7550.32-
YUV190.69122.53159.61-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.10%
GREEN value IS 170 (66.80% from 255) = 29.01%
BLUE value IS 181 (71.09% from 255) = 30.89%
R=40.10%
G=29.01%
B=30.89%

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
Decimal23517018100.280.230.08349.8561.979.41
HexEBAAB501C17815e3e4f
Octal353252265034271053676117
Binary1110101110101010101101010111001011110001010111101111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBAAB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBAAB5; }

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

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

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

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

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

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

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

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