#E1B4B9

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

Shades of Blossom #E1B4B9

Tints of Blossom #E1B4B9

Color information

#E1B4B9 (or 0xE1B4B9) is unknown color: approx Blossom. HEX triplet: E1, B4 and B9. RGB value is (225,180,185). Sum of RGB (Red+Green+Blue) = 225+180+185=590 (78% of max value = 765). Red value is 225 (88.28% from 255 or 38.14% from 590); Green value is 180 (70.70% from 255 or 30.51% from 590); Blue value is 185 (72.66% from 255 or 31.36% from 590); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B4B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1B4B9 is #1E4B46. Grayscale: #C2C2C2. Windows color (decimal): -1985351 or 12170465. OLE color: 12170465.

HSL color Cylindrical-coordinate representation of color #E1B4B9: hue angle of 353.33º 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 #E1B4B9 is Cyan = 0, Magento = 0.2, Yellow = 0.18 and Black (K on CMYK) = 0.12.

Color convert

RGB225180185-
CMYK00.20.180.12
HSL353.33º42.86%79.41%-
HSV(B)353.33º20%88.24%-
XYZ56.1352.1553.01-
YUV194.02122.91150.09-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.14%
GREEN value IS 180 (70.70% from 255) = 30.51%
BLUE value IS 185 (72.66% from 255) = 31.36%
R=38.14%
G=30.51%
B=31.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.18
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22518018500.20.180.12353.3342.8679.41
HexE1B4B901412C1612b4f
Octal341264271024221454153117
Binary1110000110110100101110010101001001011001011000011010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1B4B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1B4B9; }

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

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

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

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

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

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

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

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