#E4BABE

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

Shades of Blossom #E4BABE

Tints of Blossom #E4BABE

Color information

#E4BABE (or 0xE4BABE) is unknown color: approx Blossom. HEX triplet: E4, BA and BE. RGB value is (228,186,190). Sum of RGB (Red+Green+Blue) = 228+186+190=604 (80% of max value = 765). Red value is 228 (89.45% from 255 or 37.75% from 604); Green value is 186 (73.05% from 255 or 30.79% from 604); Blue value is 190 (74.61% from 255 or 31.46% from 604); Max value from RGB is 228 - color contains mainly: red. Hex color #E4BABE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E4BABE is #1B4541. Grayscale: #C7C7C7. Windows color (decimal): -1787202 or 12499684. OLE color: 12499684.

HSL color Cylindrical-coordinate representation of color #E4BABE: hue angle of 354.29º degrees, saturation: 0.44, 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 #E4BABE is Cyan = 0, Magento = 0.18, Yellow = 0.17 and Black (K on CMYK) = 0.11.

Color convert

RGB228186190-
CMYK00.180.170.11
HSL354.29º43.75%81.18%-
HSV(B)354.29º18.42%89.41%-
XYZ58.8555.3356.29-
YUV199.01122.91148.67-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 37.75%
GREEN value IS 186 (73.05% from 255) = 30.79%
BLUE value IS 190 (74.61% from 255) = 31.46%
R=37.75%
G=30.79%
B=31.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.17
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22818619000.180.170.11354.2943.7581.18
HexE4BABE01211B1622c51
Octal344272276022211354254121
Binary1110010010111010101111100100101000110111011000101011001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4BABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4BABE; }

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

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

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

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

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

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

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

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