#E2BABE

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

Shades of Blossom #E2BABE

Tints of Blossom #E2BABE

Color information

#E2BABE (or 0xE2BABE) is unknown color: approx Blossom. HEX triplet: E2, BA and BE. RGB value is (226,186,190). Sum of RGB (Red+Green+Blue) = 226+186+190=602 (79% of max value = 765). Red value is 226 (88.67% from 255 or 37.54% from 602); Green value is 186 (73.05% from 255 or 30.90% from 602); Blue value is 190 (74.61% from 255 or 31.56% from 602); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BABE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2BABE is #1D4541. Grayscale: #C6C6C6. Windows color (decimal): -1918274 or 12499682. OLE color: 12499682.

HSL color Cylindrical-coordinate representation of color #E2BABE: hue angle of 354º degrees, saturation: 0.41, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E2BABE is Cyan = 0, Magento = 0.18, Yellow = 0.16 and Black (K on CMYK) = 0.11.

Color convert

RGB226186190-
CMYK00.180.160.11
HSL354º40.82%80.78%-
HSV(B)354º17.7%88.63%-
XYZ58.225556.26-
YUV198.42123.25147.67-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 37.54%
GREEN value IS 186 (73.05% from 255) = 30.90%
BLUE value IS 190 (74.61% from 255) = 31.56%
R=37.54%
G=30.90%
B=31.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.16
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22618619000.180.160.1135440.8280.78
HexE2BABE01210B1622951
Octal342272276022201354251121
Binary1110001010111010101111100100101000010111011000101010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2BABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2BABE; }

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

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

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

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

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

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

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

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