#E7B4BC

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

Shades of Blossom #E7B4BC

Tints of Blossom #E7B4BC

Color information

#E7B4BC (or 0xE7B4BC) is unknown color: approx Blossom. HEX triplet: E7, B4 and BC. RGB value is (231,180,188). Sum of RGB (Red+Green+Blue) = 231+180+188=599 (79% of max value = 765). Red value is 231 (90.62% from 255 or 38.56% from 599); Green value is 180 (70.70% from 255 or 30.05% from 599); Blue value is 188 (73.83% from 255 or 31.39% from 599); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B4BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7B4BC is #184B43. Grayscale: #C4C4C4. Windows color (decimal): -1592132 or 12367079. OLE color: 12367079.

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

Color convert

RGB231180188-
CMYK00.220.190.09
HSL350.59º51.52%80.59%-
HSV(B)350.59º22.08%90.59%-
XYZ58.3553.2654.78-
YUV196.16123.4152.85-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 38.56%
GREEN value IS 180 (70.70% from 255) = 30.05%
BLUE value IS 188 (73.83% from 255) = 31.39%
R=38.56%
G=30.05%
B=31.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.19
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23118018800.220.190.09350.5951.5280.59
HexE7B4BC01613915f3451
Octal347264274026231153764121
Binary1110011110110100101111000101101001110011010111111101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7B4BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7B4BC; }

 p { color: rgb(231,180,188); }

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

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

 a { background-color: rgb(231,180,188); }

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

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

 span { border-color: rgb(231,180,188); }

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