#E9A7B0

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

Shades of Blossom #E9A7B0

Tints of Blossom #E9A7B0

Color information

#E9A7B0 (or 0xE9A7B0) is unknown color: approx Blossom. HEX triplet: E9, A7 and B0. RGB value is (233,167,176). Sum of RGB (Red+Green+Blue) = 233+167+176=576 (76% of max value = 765). Red value is 233 (91.41% from 255 or 40.45% from 576); Green value is 167 (65.62% from 255 or 28.99% from 576); Blue value is 176 (69.14% from 255 or 30.56% from 576); Max value from RGB is 233 - color contains mainly: red. Hex color #E9A7B0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E9A7B0 is #16584F. Grayscale: #BBBBBB. Windows color (decimal): -1464400 or 11577321. OLE color: 11577321.

HSL color Cylindrical-coordinate representation of color #E9A7B0: hue angle of 351.82º degrees, saturation: 0.6, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E9A7B0 is Cyan = 0, Magento = 0.28, Yellow = 0.24 and Black (K on CMYK) = 0.09.

Color convert

RGB233167176-
CMYK00.280.240.09
HSL351.82º60%78.43%-
HSV(B)351.82º28.33%91.37%-
XYZ55.2648.147.45-
YUV187.76121.37160.27-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 40.45%
GREEN value IS 167 (65.62% from 255) = 28.99%
BLUE value IS 176 (69.14% from 255) = 30.56%
R=40.45%
G=28.99%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.24
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23316717600.280.240.09351.826078.43
HexE9A7B001C1891603c4e
Octal351247260034301154074116
Binary1110100110100111101100000111001100010011011000001111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9A7B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9A7B0; }

 p { color: rgb(233,167,176); }

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

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

 a { background-color: rgb(233,167,176); }

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

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

 span { border-color: rgb(233,167,176); }

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