#E7A7B6

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

Shades of Blossom #E7A7B6

Tints of Blossom #E7A7B6

Color information

#E7A7B6 (or 0xE7A7B6) is unknown color: approx Blossom. HEX triplet: E7, A7 and B6. RGB value is (231,167,182). Sum of RGB (Red+Green+Blue) = 231+167+182=580 (76% of max value = 765). Red value is 231 (90.62% from 255 or 39.83% from 580); Green value is 167 (65.62% from 255 or 28.79% from 580); Blue value is 182 (71.48% from 255 or 31.38% from 580); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A7B6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7A7B6 is #185849. Grayscale: #BBBBBB. Windows color (decimal): -1595466 or 11970535. OLE color: 11970535.

HSL color Cylindrical-coordinate representation of color #E7A7B6: hue angle of 345.94º degrees, saturation: 0.57, 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 #E7A7B6 is Cyan = 0, Magento = 0.28, Yellow = 0.21 and Black (K on CMYK) = 0.09.

Color convert

RGB231167182-
CMYK00.280.210.09
HSL345.94º57.14%78.04%-
HSV(B)345.94º27.71%90.59%-
XYZ55.224850.61-
YUV187.85124.7158.78-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 39.83%
GREEN value IS 167 (65.62% from 255) = 28.79%
BLUE value IS 182 (71.48% from 255) = 31.38%
R=39.83%
G=28.79%
B=31.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.21
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23116718200.280.210.09345.9457.1478.04
HexE7A7B601C15915a394e
Octal347247266034251153271116
Binary1110011110100111101101100111001010110011010110101110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7A7B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7A7B6; }

 p { color: rgb(231,167,182); }

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

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

 a { background-color: rgb(231,167,182); }

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

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

 span { border-color: rgb(231,167,182); }

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