#E7BABB

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

Shades of Blossom #E7BABB

Tints of Blossom #E7BABB

Color information

#E7BABB (or 0xE7BABB) is unknown color: approx Blossom. HEX triplet: E7, BA and BB. RGB value is (231,186,187). Sum of RGB (Red+Green+Blue) = 231+186+187=604 (80% of max value = 765). Red value is 231 (90.62% from 255 or 38.25% from 604); Green value is 186 (73.05% from 255 or 30.79% from 604); Blue value is 187 (73.44% from 255 or 30.96% from 604); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BABB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7BABB is #184544. Grayscale: #C7C7C7. Windows color (decimal): -1590597 or 12303079. OLE color: 12303079.

HSL color Cylindrical-coordinate representation of color #E7BABB: hue angle of 358.67º degrees, saturation: 0.48, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E7BABB is Cyan = 0, Magento = 0.19, Yellow = 0.19 and Black (K on CMYK) = 0.09.

Color convert

RGB231186187-
CMYK00.190.190.09
HSL358.67º48.39%81.76%-
HSV(B)358.67º19.48%90.59%-
XYZ59.4855.6954.63-
YUV199.57120.91150.42-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 38.25%
GREEN value IS 186 (73.05% from 255) = 30.79%
BLUE value IS 187 (73.44% from 255) = 30.96%
R=38.25%
G=30.79%
B=30.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.19
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23118618700.190.190.09358.6748.3981.76
HexE7BABB0131391673052
Octal347272273023231154760122
Binary1110011110111010101110110100111001110011011001111100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7BABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7BABB; }

 p { color: rgb(231,186,187); }

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

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

 a { background-color: rgb(231,186,187); }

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

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

 span { border-color: rgb(231,186,187); }

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