#E1BABE

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

Shades of Blossom #E1BABE

Tints of Blossom #E1BABE

Color information

#E1BABE (or 0xE1BABE) is unknown color: approx Blossom. HEX triplet: E1, BA and BE. RGB value is (225,186,190). Sum of RGB (Red+Green+Blue) = 225+186+190=601 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.44% from 601); Green value is 186 (73.05% from 255 or 30.95% from 601); Blue value is 190 (74.61% from 255 or 31.61% from 601); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BABE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1BABE is #1E4541. Grayscale: #C6C6C6. Windows color (decimal): -1983810 or 12499681. OLE color: 12499681.

HSL color Cylindrical-coordinate representation of color #E1BABE: hue angle of 353.85º degrees, saturation: 0.39, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E1BABE is Cyan = 0, Magento = 0.17, Yellow = 0.16 and Black (K on CMYK) = 0.12.

Color convert

RGB225186190-
CMYK00.170.160.12
HSL353.85º39.39%80.59%-
HSV(B)353.85º17.33%88.24%-
XYZ57.954.8456.25-
YUV198.12123.42147.17-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 37.44%
GREEN value IS 186 (73.05% from 255) = 30.95%
BLUE value IS 190 (74.61% from 255) = 31.61%
R=37.44%
G=30.95%
B=31.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.16
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22518619000.170.160.12353.8539.3980.59
HexE1BABE01110C1622751
Octal341272276021201454247121
Binary1110000110111010101111100100011000011001011000101001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1BABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1BABE; }

 p { color: rgb(225,186,190); }

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

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

 a { background-color: rgb(225,186,190); }

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

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

 span { border-color: rgb(225,186,190); }

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