#E7B5BC

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

Shades of Blossom #E7B5BC

Tints of Blossom #E7B5BC

Color information

#E7B5BC (or 0xE7B5BC) is unknown color: approx Blossom. HEX triplet: E7, B5 and BC. RGB value is (231,181,188). Sum of RGB (Red+Green+Blue) = 231+181+188=600 (79% of max value = 765). Red value is 231 (90.62% from 255 or 38.5% from 600); Green value is 181 (71.09% from 255 or 30.17% from 600); Blue value is 188 (73.83% from 255 or 31.33% from 600); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B5BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7B5BC is #184A43. Grayscale: #C4C4C4. Windows color (decimal): -1591876 or 12367335. OLE color: 12367335.

HSL color Cylindrical-coordinate representation of color #E7B5BC: hue angle of 351.6º degrees, saturation: 0.51, 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 #E7B5BC is Cyan = 0, Magento = 0.22, Yellow = 0.19 and Black (K on CMYK) = 0.09.

Color convert

RGB231181188-
CMYK00.220.190.09
HSL351.6º51.02%80.78%-
HSV(B)351.6º21.65%90.59%-
XYZ58.5653.6754.85-
YUV196.75123.06152.43-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 38.5%
GREEN value IS 181 (71.09% from 255) = 30.17%
BLUE value IS 188 (73.83% from 255) = 31.33%
R=38.5%
G=30.17%
B=31.33%

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
Decimal23118118800.220.190.09351.651.0280.78
HexE7B5BC0161391603351
Octal347265274026231154063121
Binary1110011110110101101111000101101001110011011000001100111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7B5BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7B5BC; }

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

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

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

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

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

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

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

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