#E1B3B8

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

Shades of Blossom #E1B3B8

Tints of Blossom #E1B3B8

Color information

#E1B3B8 (or 0xE1B3B8) is unknown color: approx Blossom. HEX triplet: E1, B3 and B8. RGB value is (225,179,184). Sum of RGB (Red+Green+Blue) = 225+179+184=588 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.27% from 588); Green value is 179 (70.31% from 255 or 30.44% from 588); Blue value is 184 (72.27% from 255 or 31.29% from 588); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B3B8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1B3B8 is #1E4C47. Grayscale: #C1C1C1. Windows color (decimal): -1985608 or 12104673. OLE color: 12104673.

HSL color Cylindrical-coordinate representation of color #E1B3B8: hue angle of 353.48º degrees, saturation: 0.43, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E1B3B8 is Cyan = 0, Magento = 0.20, Yellow = 0.18 and Black (K on CMYK) = 0.12.

Color convert

RGB225179184-
CMYK00.200.180.12
HSL353.48º43.4%79.22%-
HSV(B)353.48º20.44%88.24%-
XYZ55.8251.7152.39-
YUV193.32122.74150.59-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.27%
GREEN value IS 179 (70.31% from 255) = 30.44%
BLUE value IS 184 (72.27% from 255) = 31.29%
R=38.27%
G=30.44%
B=31.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.18
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22517918400.200.180.12353.4843.479.22
HexE1B3B801412C1612b4f
Octal341263270024221454153117
Binary1110000110110011101110000101001001011001011000011010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1B3B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1B3B8; }

 p { color: rgb(225,179,184); }

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

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

 a { background-color: rgb(225,179,184); }

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

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

 span { border-color: rgb(225,179,184); }

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