#EBAEB2

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

Shades of Blossom #EBAEB2

Tints of Blossom #EBAEB2

Color information

#EBAEB2 (or 0xEBAEB2) is unknown color: approx Blossom. HEX triplet: EB, AE and B2. RGB value is (235,174,178). Sum of RGB (Red+Green+Blue) = 235+174+178=587 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.03% from 587); Green value is 174 (68.36% from 255 or 29.64% from 587); Blue value is 178 (69.92% from 255 or 30.32% from 587); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAEB2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBAEB2 is #14514D. Grayscale: #C0C0C0. Windows color (decimal): -1331534 or 11710187. OLE color: 11710187.

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

Color convert

RGB235174178-
CMYK00.260.240.08
HSL356.07º60.4%80.2%-
HSV(B)356.07º25.96%92.16%-
XYZ57.4351.1548.97-
YUV192.7119.71158.17-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.03%
GREEN value IS 174 (68.36% from 255) = 29.64%
BLUE value IS 178 (69.92% from 255) = 30.32%
R=40.03%
G=29.64%
B=30.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.24
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517417800.260.240.08356.0760.480.2
HexEBAEB201A1881643c50
Octal353256262032301054474120
Binary1110101110101110101100100110101100010001011001001111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBAEB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBAEB2; }

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

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

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

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

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

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

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

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