#E7B4B9

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

Shades of Blossom #E7B4B9

Tints of Blossom #E7B4B9

Color information

#E7B4B9 (or 0xE7B4B9) is unknown color: approx Blossom. HEX triplet: E7, B4 and B9. RGB value is (231,180,185). Sum of RGB (Red+Green+Blue) = 231+180+185=596 (78% of max value = 765). Red value is 231 (90.62% from 255 or 38.76% from 596); Green value is 180 (70.70% from 255 or 30.20% from 596); Blue value is 185 (72.66% from 255 or 31.04% from 596); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B4B9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7B4B9 is #184B46. Grayscale: #C3C3C3. Windows color (decimal): -1592135 or 12170471. OLE color: 12170471.

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

Color convert

RGB231180185-
CMYK00.220.200.09
HSL354.12º51.52%80.59%-
HSV(B)354.12º22.08%90.59%-
XYZ58.0353.1353.1-
YUV195.82121.9153.09-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 38.76%
GREEN value IS 180 (70.70% from 255) = 30.20%
BLUE value IS 185 (72.66% from 255) = 31.04%
R=38.76%
G=30.20%
B=31.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.20
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23118018500.220.200.09354.1251.5280.59
HexE7B4B90161491623451
Octal347264271026241154264121
Binary1110011110110100101110010101101010010011011000101101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7B4B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7B4B9; }

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

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

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

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

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

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

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

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