#EBAAB2

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

Shades of Blossom #EBAAB2

Tints of Blossom #EBAAB2

Color information

#EBAAB2 (or 0xEBAAB2) is unknown color: approx Blossom. HEX triplet: EB, AA and B2. RGB value is (235,170,178). Sum of RGB (Red+Green+Blue) = 235+170+178=583 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.31% from 583); Green value is 170 (66.80% from 255 or 29.16% from 583); Blue value is 178 (69.92% from 255 or 30.53% from 583); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAAB2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBAAB2 is #14554D. Grayscale: #BEBEBE. Windows color (decimal): -1332558 or 11709163. OLE color: 11709163.

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

Color convert

RGB235170178-
CMYK00.280.240.08
HSL352.62º61.9%79.41%-
HSV(B)352.62º27.66%92.16%-
XYZ56.6749.6348.71-
YUV190.35121.03159.85-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.31%
GREEN value IS 170 (66.80% from 255) = 29.16%
BLUE value IS 178 (69.92% from 255) = 30.53%
R=40.31%
G=29.16%
B=30.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.24
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517017800.280.240.08352.6261.979.41
HexEBAAB201C1881613e4f
Octal353252262034301054176117
Binary1110101110101010101100100111001100010001011000011111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBAAB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBAAB2; }

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

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

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

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

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

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

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

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