#EBA7B4

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

Shades of Blossom #EBA7B4

Tints of Blossom #EBA7B4

Color information

#EBA7B4 (or 0xEBA7B4) is unknown color: approx Blossom. HEX triplet: EB, A7 and B4. RGB value is (235,167,180). Sum of RGB (Red+Green+Blue) = 235+167+180=582 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.38% from 582); Green value is 167 (65.62% from 255 or 28.69% from 582); Blue value is 180 (70.70% from 255 or 30.93% from 582); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA7B4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA7B4 is #14584B. Grayscale: #BCBCBC. Windows color (decimal): -1333324 or 11839467. OLE color: 11839467.

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

Color convert

RGB235167180-
CMYK00.290.230.08
HSL348.53º62.96%78.82%-
HSV(B)348.53º28.94%92.16%-
XYZ56.3248.5949.59-
YUV188.81123.03160.94-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.38%
GREEN value IS 167 (65.62% from 255) = 28.69%
BLUE value IS 180 (70.70% from 255) = 30.93%
R=40.38%
G=28.69%
B=30.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.23
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23516718000.290.230.08348.5362.9678.82
HexEBA7B401D17815d3f4f
Octal353247264035271053577117
Binary1110101110100111101101000111011011110001010111011111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA7B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA7B4; }

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

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

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

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

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

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

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

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