#EBA8B8

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

Shades of Blossom #EBA8B8

Tints of Blossom #EBA8B8

Color information

#EBA8B8 (or 0xEBA8B8) is unknown color: approx Blossom. HEX triplet: EB, A8 and B8. RGB value is (235,168,184). Sum of RGB (Red+Green+Blue) = 235+168+184=587 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.03% from 587); Green value is 168 (66.02% from 255 or 28.62% from 587); Blue value is 184 (72.27% from 255 or 31.35% from 587); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA8B8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA8B8 is #145747. Grayscale: #BDBDBD. Windows color (decimal): -1333064 or 12101867. OLE color: 12101867.

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

Color convert

RGB235168184-
CMYK00.290.220.08
HSL345.67º62.62%79.02%-
HSV(B)345.67º28.51%92.16%-
XYZ56.9249.1351.83-
YUV189.86124.7160.2-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.03%
GREEN value IS 168 (66.02% from 255) = 28.62%
BLUE value IS 184 (72.27% from 255) = 31.35%
R=40.03%
G=28.62%
B=31.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.22
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23516818400.290.220.08345.6762.6279.02
HexEBA8B801D16815a3f4f
Octal353250270035261053277117
Binary1110101110101000101110000111011011010001010110101111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA8B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA8B8; }

 p { color: rgb(235,168,184); }

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

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

 a { background-color: rgb(235,168,184); }

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

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

 span { border-color: rgb(235,168,184); }

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