#E7B5B8

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

Shades of Blossom #E7B5B8

Tints of Blossom #E7B5B8

Color information

#E7B5B8 (or 0xE7B5B8) is unknown color: approx Blossom. HEX triplet: E7, B5 and B8. RGB value is (231,181,184). Sum of RGB (Red+Green+Blue) = 231+181+184=596 (78% of max value = 765). Red value is 231 (90.62% from 255 or 38.76% from 596); Green value is 181 (71.09% from 255 or 30.37% from 596); Blue value is 184 (72.27% from 255 or 30.87% from 596); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B5B8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7B5B8 is #184A47. Grayscale: #C4C4C4. Windows color (decimal): -1591880 or 12105191. OLE color: 12105191.

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

Color convert

RGB231181184-
CMYK00.220.200.09
HSL356.4º51.02%80.78%-
HSV(B)356.4º21.65%90.59%-
XYZ58.1353.552.61-
YUV196.29121.06152.76-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 38.76%
GREEN value IS 181 (71.09% from 255) = 30.37%
BLUE value IS 184 (72.27% from 255) = 30.87%
R=38.76%
G=30.37%
B=30.87%

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
Decimal23118118400.220.200.09356.451.0280.78
HexE7B5B80161491643351
Octal347265270026241154463121
Binary1110011110110101101110000101101010010011011001001100111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7B5B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7B5B8; }

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

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

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

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

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

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

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

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